diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:08:04 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:08:04 +0000 |
commit | 3721dde7001a8937b39990c682f4c563e6ab5b48 (patch) | |
tree | 84adb945c8342314f026d4afa762eecbd3546e43 /.travis.yml | |
parent | added a note regarding building with Release mode (diff) | |
download | mutator-3721dde7001a8937b39990c682f4c563e6ab5b48.tar.gz mutator-3721dde7001a8937b39990c682f4c563e6ab5b48.zip |
minor change
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1ca4291..f837fa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ after_success: #- 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 ./test/testFuncs2.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/include -Wall > /dev/null + - ./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/usr/lib/gcc/x86_64-linux-gnu/4.9/include -I/usr/include -Wall > /dev/null - coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm' - cd / - cd usr @@ -60,4 +60,4 @@ after_success: - cd include - ls - gcc -E - <<< '#include<stddef.h>' - - gcc -E - <<< '#include<assert.h>'
\ No newline at end of file + - gcc -E - <<< '#include<assert.h>' |