1
0
Fork 0
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:
Andy Brody 2017-02-18 22:19:36 -05:00
parent ff2a31d9f0
commit 49526387e7

View file

@ -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