diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:45:35 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 08:45:35 +0000 |
commit | 255a763eb097a12742e90f3e062531bb2c2eaf8f (patch) | |
tree | 24a2936ed7a99b94650b53b9317e8253263c727c /.travis.yml | |
parent | fixing... (diff) | |
download | mutator-255a763eb097a12742e90f3e062531bb2c2eaf8f.tar.gz mutator-255a763eb097a12742e90f3e062531bb2c2eaf8f.zip |
fixing...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 840ce8e..f0f9ee4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ after_success: - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU - echo "deb http://old-releases.ubuntu.com/ubuntu/ hardy universe" | sudo tee -a /etc/apt/sources.list - sudo apt-get update -y - - sudo apt-get install gcc-4.2 g++-4.2 + #- 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 - make install - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c -- -std=c90 -I/usr/lib/gcc/i686-linux-gnu/4.9/include -Wall |