From e3ef72cc065487fc5f89cf5158fdc5c84d859756 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 25 Nov 2018 15:09:15 +0100 Subject: [PATCH] [ci] Do not use "sudo=false" for travis anymore See the following blog posts * https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures * https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration * https://changelog.travis-ci.com/linux-builds-run-on-vms-by-default-77106 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9475419f49..f814e1b5c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,22 +21,18 @@ matrix: - name: "linux - mvn deploy" os: linux dist: trusty - sudo: false env: BUILD=deploy - name: "linux - build documentation" os: linux dist: trusty - sudo: false env: BUILD=doc - name: "linux - run sonar" os: linux dist: trusty - sudo: false env: BUILD=sonar - name: "linux - run coveralls" os: linux dist: trusty - sudo: false env: BUILD=coveralls - name: "macosx - mvn verify" os: osx