From 5f9c473f500060434b82e9d16556f9c29dab41d7 Mon Sep 17 00:00:00 2001 From: "Pavlos Emm. Katsoulakis" Date: Tue, 2 Apr 2019 23:17:51 +0200 Subject: [PATCH] netdata/packaging/ci: Following hints from https://github.com/travis-ci/travis-ci/issues/4681 and the mayhem triggered from this change So we adding the compiler, to see if it will get travis to build the right matrix. then linter broke on addons for some weird reason, so remove addons->apt->update too --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 519c602d3f4f6b..2501a3a5739249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ os: linux dist: trusty sudo: true language: c +compiler: gcc services: - docker @@ -10,12 +11,6 @@ matrix: allow_failures: env: ALLOW_SOFT_FAILURE_HERE=true -# Update the system before doing anything else -# -addons: - apt: - update: true - # Install dependencies for all, once # install: