From ca3f5000aef1819f51ecc89a68923b60cbd50c58 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Tue, 2 Jan 2018 09:55:23 +0000 Subject: [PATCH] enhance(ci): Use the default build chain on travis Travis includes g++ and clang by default https://docs.travis-ci.com/user/languages/c/ The ubuntu toolchain source is just used for gcc - the other packages are not hosted there https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91cb2c8f..fd396357 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,17 +15,13 @@ cache: addons: apt: - sources: - - ubuntu-toolchain-r-test packages: - - g++-4.8 - icnsutils - graphicsmagick - xz-utils - xorriso install: - - export CXX="g++-4.8" - yarn - cd app && yarn && cd .. - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"