Stop breaking the bundler cache
This commit is contained in:
parent
26a32079f1
commit
f1202f6454
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user