We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ead401 commit b0a041bCopy full SHA for b0a041b
.travis.yml
@@ -16,13 +16,13 @@
16
# we need rpmbuild but it's unlikely to be whitelisted, according to
17
# https://github.com/travis-ci/apt-package-whitelist/pull/1700
18
sudo: required
19
-
+dist: xenial
20
install:
21
- sudo apt-get -qq update
22
- sudo apt-get install -y rpm
23
24
language: scala
25
-jdk: oraclejdk8
+jdk: openjdk8
26
27
env:
28
global:
0 commit comments