diff --git a/.travis.yml b/.travis.yml index fc19138..9c427db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: ruby install: gem install jekyll bundler -script: bundle exec jekyll build +script: + - bundle install + - bundle exec jekyll build cache: bundler