1
0
Fork 0
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:
Andy Brody 2017-02-18 18:40:59 -05:00
parent f62a8a0e6f
commit 06bbdb161a

View file

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