Stop breaking the bundler cache

This commit is contained in:
Karl Southern 2016-05-13 22:38:30 +01:00
parent 26a32079f1
commit f1202f6454

View File

@ -2,11 +2,9 @@ language: ruby
cache: bundler
rvm:
- jruby
before_install:
- bundle install
before_script:
- bundle exec rake vendor
- bundle exec rake install_jars
before_script:
- ./scripts/travis-before_script.sh
- source ./scripts/travis-variables.sh
script: bundle exec rspec