Update Travis script

This commit is contained in:
Jerome Lachaud 2020-04-08 15:24:09 +02:00
parent cb145fae71
commit 6d3a4ce643
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ language: ruby
script:
- gem install jekyll bundler
- bundle install
- bundle exec rake test
- bundle exec jekyll build
cache: bundler