From 6986fa51eb067ab2e2a2a1114a5c4b86fca1b9c7 Mon Sep 17 00:00:00 2001 From: Palakis Date: Sat, 15 Apr 2017 01:26:27 +0200 Subject: [PATCH] Travis: keep only the Docker method for Linux builds This avoids hacks and allows us to use a recent Ubuntu release even of Travis' Ubuntu infrastructure --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea2f99fa..d49e3ee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,6 @@ language: cpp matrix: include: - - os: linux - dist: trusty - sudo: required - before_install: "./CI/install-dependencies-linux.sh" - before_script: "./CI/before-script-linux.sh" - - os: linux dist: trusty sudo: required