aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2dca55d..4b30099 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,7 @@ script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG
after_success:
- llvm-config-4.0 --has-rtti
+ - gcc -v
- make clean
- 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
@@ -43,5 +44,5 @@ 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.sh -f ./samples/action_file.mutator
+ - ./mutator.sh -f ./test/cov_action.mutator
- coveralls --exclude ./json --exclude ./tinyxml2 --exclude-pattern 'clang' --exclude-pattern 'llvm' \ No newline at end of file