aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-12 15:04:07 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-12 15:04:07 +0000
commite5e773272ff4c2e31b89483837a79a27e276cc9c (patch)
tree583c36b57325a8fd06d7321ac7c87f436ff857d5
parentupdated the build guide (diff)
downloadmutator-e5e773272ff4c2e31b89483837a79a27e276cc9c.tar.gz
mutator-e5e773272ff4c2e31b89483837a79a27e276cc9c.zip
updated because of the addition of submodules
Diffstat (limited to '')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8284e14..db1c76a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,8 @@ before_script:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
- sudo apt-get install libboost-dev
- sudo apt-get install lib64ncurses5-dev
+ - git submodule init
+ - git submodule update
script:
- make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG -j2