aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-12-06 10:07:42 +0000
committerbloodstalker <thabogre@gmail.com>2019-12-06 10:07:42 +0000
commit8c3f12e94752414bcbf20a9e90c7f38b783a0066 (patch)
treecf06244f2c581be296a2ab1a19b3a4dd9617e7f7 /.travis.yml
parenttravis fix [appveyor skip] (diff)
downloadmutator-8c3f12e94752414bcbf20a9e90c7f38b783a0066.tar.gz
mutator-8c3f12e94752414bcbf20a9e90c7f38b783a0066.zip
travis fix [appveyor skip]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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: