about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-10-31 11:24:47 +0100
committervan Hauser <vh@thc.org>2019-10-31 11:24:47 +0100
commitc21b78b2979edbccf44b022d565eeddef9dd1d21 (patch)
tree4f8e8241d2dc85453ae26fb81df5befd59c29087
parent94a7102d3ac1adc1518e652def412fb500382d95 (diff)
downloadafl++-c21b78b2979edbccf44b022d565eeddef9dd1d21.tar.gz
travis updates
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b1f23032..ceb3f820 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ env:
 
 before_install:
   - sudo apt update
-  - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-9 gcc-9-plugin-dev
+  - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-5 gcc-5-plugin-dev
 
 # TODO: Look into splitting off some builds using a build matrix.
 # TODO: Move this all into a bash script so we don't need to write bash in yaml.