mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Actually use Java 8, and cache bundler.
This commit is contained in:
parent
c862c6ecc2
commit
824b4d95e5
1 changed files with 5 additions and 7 deletions
12
.travis.yml
12
.travis.yml
|
@ -17,6 +17,11 @@ rvm:
|
|||
- "jruby-9.1.5.0"
|
||||
- "jruby-head"
|
||||
|
||||
jvm:
|
||||
- openjdk8
|
||||
|
||||
cache: bundler
|
||||
|
||||
script:
|
||||
bundle exec rake test
|
||||
|
||||
|
@ -44,10 +49,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