about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-02 16:07:35 +0100
committervan Hauser <vh@thc.org>2019-12-02 16:07:35 +0100
commit0894f8cf7a1317d92b578fe5aa1a4ba5b823e355 (patch)
tree63a95985b4d1830517f84511c53817df2b7334e9
parentd8234e58a4fb93eb619cb8b300ca62b3f5ddd70d (diff)
downloadafl++-0894f8cf7a1317d92b578fe5aa1a4ba5b823e355.tar.gz
further travis tweaking
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 66150e9a..6965747d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ env:
 before_install:
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; brew upgrade ; brew install --with-toolchain gcc ; brew install --with-toolchain llvm ; fi
   - if [ "$MODERN" = "yes" ]; then sudo apt update ; sudo apt upgrade ; sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-7 gcc-7-plugin-dev libc++-7-dev ; fi
-  - if [ "$MODERN" = "no" ]; then sudo apt update ; sudo apt upgrade ; sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc gcc-plugin-dev libc++-dev ; fi
+  - if [ "$MODERN" = "no" ]; then sudo apt update ; apt-cache search plugin-dev|grep gcc ; sudo apt upgrade ; sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc gcc-plugin-dev libc++-dev ; fi
 
 script:
   - gcc -v