diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 10:07:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 10:07:42 +0000 |
commit | 8c3f12e94752414bcbf20a9e90c7f38b783a0066 (patch) | |
tree | cf06244f2c581be296a2ab1a19b3a4dd9617e7f7 /.travis.yml | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-8c3f12e94752414bcbf20a9e90c7f38b783a0066.tar.gz mutator-8c3f12e94752414bcbf20a9e90c7f38b783a0066.zip |
travis fix [appveyor skip]
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8e2bfa4..0eff913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ matrix: - ./extra-tools/keystoneubuntu.sh - travis_retry sudo apt-get install clang-5.0 libclang-5.0-dev libclang-common-5.0-dev libllvm5.0 llvm-5.0-dev llvm-5.0 llvm-5.0-runtime -y - sudo apt-get install python3.5-dev -y --allow-unauthenticated + - sudo apt-get install gcc-4.9 g++-4.9 + - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9 - git submodule init - git submodule update script: |