mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Try using Java 8 instead of Java 7.
https://github.com/travis-ci/travis-ci/issues/5161#issuecomment-262857664
This commit is contained in:
parent
f62a8a0e6f
commit
06bbdb161a
1 changed files with 7 additions and 0 deletions
|
|
@ -42,3 +42,10 @@ 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…
Add table
Add a link
Reference in a new issue