mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Enable Travis bundler cache.
This commit is contained in:
parent
ff2a31d9f0
commit
49526387e7
1 changed files with 2 additions and 7 deletions
|
@ -17,6 +17,8 @@ rvm:
|
|||
- "jruby-9.1.5.0"
|
||||
- "jruby-head"
|
||||
|
||||
cache: bundler
|
||||
|
||||
script:
|
||||
bundle exec rake test
|
||||
|
||||
|
@ -44,10 +46,3 @@ matrix:
|
|||
fast_finish: true
|
||||
|
||||
sudo: false
|
||||
|
||||
|
||||
# Use Java 8 for jruby to fix some Java 7 bugs.
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- oracle-java8-set-default
|
||||
|
|
Loading…
Reference in a new issue