aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index f1707e335..7e9cf90e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,10 @@
-branches:
- except:
- - appveyor
-
os: linux
-dist: trusty
-sudo: required
+dist: xenial
services: docker
language: minimal
install: skip
script: "./dist/travis/travis-ci.sh"
-addons:
- apt:
- packages:
- - docker-ce
-
# For each linux build, a different job/instance (with the constraints
# above) is executed in parallel in stage 'test'.
env: