Update Travis script
This commit is contained in:
parent
cb145fae71
commit
6d3a4ce643
|
@ -2,5 +2,6 @@ language: ruby
|
|||
script:
|
||||
- gem install jekyll bundler
|
||||
- bundle install
|
||||
- bundle exec rake test
|
||||
- bundle exec jekyll build
|
||||
cache: bundler
|
||||
|
|
Loading…
Reference in New Issue