Stop breaking the bundler cache
This commit is contained in:
parent
26a32079f1
commit
f1202f6454
|
@ -2,11 +2,9 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- jruby
|
- jruby
|
||||||
before_install:
|
before_script:
|
||||||
- bundle install
|
|
||||||
- bundle exec rake vendor
|
- bundle exec rake vendor
|
||||||
- bundle exec rake install_jars
|
- bundle exec rake install_jars
|
||||||
before_script:
|
|
||||||
- ./scripts/travis-before_script.sh
|
- ./scripts/travis-before_script.sh
|
||||||
- source ./scripts/travis-variables.sh
|
- source ./scripts/travis-variables.sh
|
||||||
script: bundle exec rspec
|
script: bundle exec rspec
|
||||||
|
|
Loading…
Reference in New Issue
Block a user