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