Skip to content

Commit a9f5215

Browse files
author
Adam Sotona
committed
switch from oraclejdk8 to openjdk8 for Travis builds
1 parent 06fa9ab commit a9f5215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- openjdk8
44
sudo: required
55
after_success:
66
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)