Browse Source

Upgrade version of java 8 on Travis

tags/5.6-RC2
Simon Brandhof 8 years ago
parent
commit
be9f902cad
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      .travis.yml

+ 7
- 0
.travis.yml View File

@@ -32,3 +32,10 @@ notifications:
email: false
webhooks:
- secure: "CrwnSt40WNegJOkgDOaCwUwP9fCgx68pYQWtcZnj4+bRF7kFuFI+EUFuf7G29oPOf9CjmFVvZ+mS/ZJ9AqtjfWh/Q9f4Zsv9BBfOmTgUcidYp8+hQljeesEXwi2Mqfa2JeRysje4xu2p8b52h+apbbQ2Y2FQsP4uwmj1LEpP32U="

addons:
apt:
packages:
# upgrade java 8 as the default version 1.8.0_31 prevents from compile sources
# https://github.com/travis-ci/travis-ci/issues/4042
- oracle-java8-installer

Loading…
Cancel
Save