Add travis yaml

This commit is contained in:
Patrick Marsceill 2018-10-25 10:48:35 -04:00 committed by GitHub
parent 89f9c5f38c
commit ea61589b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: ruby
rvm:
- 2.3.0
install:
- bundle install
script:
- bundle exec jekyll build