Skip to content

Instantly share code, notes, and snippets.

@leonardorifeli
Created November 11, 2016 03:15
Show Gist options
  • Save leonardorifeli/47584455fdfc437341d758b89c03096d to your computer and use it in GitHub Desktop.
Save leonardorifeli/47584455fdfc437341d758b89c03096d to your computer and use it in GitHub Desktop.
Post about structure of blog
language: ruby
rvm:
- 2.2.2
before_script:
- chmod +x build.sh
script: ./build.sh
branches:
only:
- gh-pages
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
#!/usr/bin/env bash
set -e
echo "Starting build in leonardorifeli.com!"
echo 'Testing travis...'
bundle exec travis-lint
bundle exec jekyll build
echo "Finished build in leonardorifeli.com!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment