diff options
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 4b30099..49665cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,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 +  - ./mutator.sh -f ./test/cov_action.mutator    - 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 | 
