diff options
author | Simon Warta <[email protected]> | 2015-07-30 09:43:12 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-30 09:43:12 +0200 |
commit | 73e6a06c2701206238133b2bf682c4b7746e6d22 (patch) | |
tree | 60159f456c0a51c4c26190daaa937ded6131066f | |
parent | fbcb17f2151a8408cd4de8de82ba77926c80b135 (diff) |
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |