diff options
author | van Hauser <vh@thc.org> | 2019-10-31 11:29:22 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-10-31 11:29:22 +0100 |
commit | 7ab2e1d184e51f38b5a26e54746d708787605b84 (patch) | |
tree | 93be73e0c753ee5994447e2543bff909b34f8073 | |
parent | c21b78b2979edbccf44b022d565eeddef9dd1d21 (diff) | |
download | afl++-7ab2e1d184e51f38b5a26e54746d708787605b84.tar.gz |
travis update
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ceb3f820..d8f12483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: bionic language: c env: @@ -8,7 +9,7 @@ env: before_install: - sudo apt update - - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-5 gcc-5-plugin-dev + - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-8 gcc-8-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. |