diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a290667..3bff410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,8 @@ script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG after_success: - make clean - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU + - sudo apt-get install gcc-4.2 g++-4.2 + - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.2 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.2 - chmod +x mutator.sh - ./mutator.sh -f ./samples/action_file.mutator - coveralls --exclude ./json --exclude ./tinyxml2
\ No newline at end of file |