We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36721d6 commit eb0acb4Copy full SHA for eb0acb4
1 file changed
.travis.yml
@@ -16,17 +16,18 @@
16
#
17
18
sudo: required
19
-group: deprecated-2017Q3
20
-language: scala
21
-scala:
22
-- 2.12.7
+dist: xenial
+jdk: openjdk8
+language: java
+
23
services:
24
- docker
25
# required to support multi-stage build
26
addons:
27
apt:
28
packages:
29
- docker-ce
30
31
before_install:
32
- "./tools/travis/setup.sh"
33
install: true
0 commit comments