diff options
author | van Hauser <vh@thc.org> | 2019-10-31 12:46:55 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-10-31 12:46:55 +0100 |
commit | 7b0ab778e3850333c6cc2eef7a9db112cf09538b (patch) | |
tree | d5b3e4dabe14a862ec6d428187158931f92a8b0b | |
parent | 744910ad1b458e5e713fd4bd0c383cc019ab2c6e (diff) | |
download | afl++-7b0ab778e3850333c6cc2eef7a9db112cf09538b.tar.gz |
travis update
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6640ddd4..71c241ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ env: before_install: - sudo apt update - - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-8 gcc-8-plugin-dev + - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-8 gcc-8-plugin-dev libc++-8-dev script: - echo DEBUG |