Skip to content

Commit

Permalink
fix travis setting. use openjdk instead of oraclejdk (scala#207)
Browse files Browse the repository at this point in the history
fix travis setting. use openjdk instead of oraclejdk
  • Loading branch information
lrytz authored Jul 26, 2019
2 parents 4507b42 + e87f70e commit bc7334d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
# we need rpmbuild but it's unlikely to be whitelisted, according to
# https://github.com/travis-ci/apt-package-whitelist/pull/1700
sudo: required

dist: xenial
install:
- sudo apt-get -qq update
- sudo apt-get install -y rpm

language: scala
jdk: oraclejdk8
jdk: openjdk8

env:
global:
Expand Down

0 comments on commit bc7334d

Please sign in to comment.