Add travis build script

This commit is contained in:
Parker Moore
2015-03-13 15:40:10 -07:00
parent f302fce89e
commit 963cd58ab6

3
.travis.yml Normal file
View File

@@ -0,0 +1,3 @@
install: gem install github-pages
script: jekyll build --trace
sudo: false