Stop breaking the bundler cache
This commit is contained in:
+1
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user