From 6ec6657641ac7f2c8ad405580f9b66c28d03edb0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 29 May 2016 23:26:12 +0200 Subject: [PATCH] travis: Add a Ubuntu Xenial build environment --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3cf548870..1a67a8361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ matrix: - os: linux env: DOCKER=ubuntu-wily services: docker + - os: linux + env: DOCKER=ubuntu-xenial + services: docker - os: osx env: TESTENV=py35 - os: linux