Last active
August 29, 2015 14:08
-
-
Save sihugh/78705cfd742e684bc113 to your computer and use it in GitHub Desktop.
Basic Travis file for github-pages test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| language: ruby | |
| rvm: | |
| - 2.1 | |
| script: jekyll build && htmlproof ./_site | |
| env: | |
| global: | |
| - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment