Skip to content

Commit 6628ab9

Browse files
committed
travis: switch to xenial
1 parent cf198e9 commit 6628ab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: true
2-
dist: trusty
2+
dist: xenial
33
language: clojure
44
notifications:
55
email:

test/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# keep this in sync with travis: https://docs.travis-ci.com/user/ci-environment
2-
FROM ubuntu:trusty
2+
FROM ubuntu:xenial
33

44
WORKDIR /root
55

0 commit comments

Comments
 (0)