Skip to content

Commit

Permalink
netdata/packaging/ci: Following hints from travis-ci/travis-ci#4681 a…
Browse files Browse the repository at this point in the history
…nd 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
  • Loading branch information
Pavlos Emm. Katsoulakis committed Apr 3, 2019
1 parent b42006c commit 72841eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ os: linux
dist: trusty
sudo: true
language: c
compiler: gcc
services:
- docker

Expand All @@ -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:
Expand Down

0 comments on commit 72841eb

Please sign in to comment.