Skip to content

Commit b0a041b

Browse files
xuwei-kSethTisue
authored andcommitted
fix travis setting. use openjdk instead of oraclejdk
1 parent 2ead401 commit b0a041b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
# we need rpmbuild but it's unlikely to be whitelisted, according to
1717
# https://github.com/travis-ci/apt-package-whitelist/pull/1700
1818
sudo: required
19-
19+
dist: xenial
2020
install:
2121
- sudo apt-get -qq update
2222
- sudo apt-get install -y rpm
2323

2424
language: scala
25-
jdk: oraclejdk8
25+
jdk: openjdk8
2626

2727
env:
2828
global:

0 commit comments

Comments
 (0)