Skip to content

Commit d3a630d

Browse files
committed
Use Ubuntu 18.04 on Travis CI
1 parent f262c2e commit d3a630d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
dist: trusty
1+
dist: bionic
22
sudo: required
33

44
language: java
55
jdk:
6-
- oraclejdk8
6+
- openjdk11
77

88
notifications:
99
email:
1010
1111
addons:
1212
apt:
1313
sources:
14-
- sourceline: deb https://packages.erlang-solutions.com/ubuntu trusty contrib
14+
- sourceline: deb https://packages.erlang-solutions.com/ubuntu bionic contrib
1515
key_url: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
1616
packages:
1717
- esl-erlang=1:22.1.1-1

0 commit comments

Comments
 (0)