Skip to content

Commit 4375272

Browse files
committed
chore(travis): update to openjdk8
1 parent 452a56f commit 4375272

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.travis.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stages:
1212
jobs:
1313
include:
1414
- stage: Build and test
15-
jdk: oraclejdk8
15+
jdk: openjdk8
1616
language: java
1717
before_install:
1818
- .utility/decrypt-service-instance-apikeys.sh
@@ -22,18 +22,9 @@ jobs:
2222
- travis_retry .utility/travis-run-tests.sh
2323
after_success:
2424
- bash <(curl -s https://codecov.io/bash)
25-
- jdk: openjdk7
26-
language: java
27-
before_install:
28-
- .utility/patch-openjdk7.sh
29-
- .utility/decrypt-service-instance-apikeys.sh
30-
script:
31-
- travis_retry .utility/travis-run-tests.sh
32-
after_success:
33-
- bash <(curl -s https://codecov.io/bash)
3425

3526
- stage: Semantic release
36-
jdk: openjdk7
27+
jdk: openjdk8
3728
language: java
3829
if: branch = master AND type = push AND fork = false
3930
before_install:
@@ -46,7 +37,7 @@ jobs:
4637
- npx semantic-release
4738

4839
- stage: Publish javadoc
49-
jdk: openjdk7
40+
jdk: openjdk8
5041
language: java
5142
if: type = push AND fork = false
5243
script:

0 commit comments

Comments
 (0)