From 73e6a06c2701206238133b2bf682c4b7746e6d22 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 30 Jul 2015 09:43:12 +0200 Subject: Remove shellcheck package in Travis configuration Non-existing packages might be the reason why gcc4.8 is not installed anymore. Travis changed something in the APT plugin. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15b83d730..3044c8dfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,6 @@ addons: - g++-4.8 - libssl-dev - libsqlite3-dev - - shellcheck - zlib1g-dev coverity_scan: -- cgit v1.2.3