Skip to content

Commit 0198773

Browse files
authored
Merge pull request #113 from salesforce/feature/openjdk
Switch to openjdk
2 parents 42c3111 + c4543b4 commit 0198773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22
jdk:
3-
- oraclejdk8
4-
- oraclejdk11
3+
- openjdk8
4+
- openjdk11
55

66
after_success:
7-
- bash <(curl -s https://codecov.io/bash)
7+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)