Add travis file

This commit is contained in:
Jerome Lachaud 2017-05-08 19:22:48 +01:00
parent 263d6229da
commit 58d085d175
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.3
install: gem install jekyll
script: jekyll build
sudo: false
exclude: [vendor]