aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 16:32:28 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 16:32:28 +0000
commit6205e1051b52116b65a75e40d092c0f113322ef0 (patch)
tree6af83452e8533765f8bf82be89bd183ca991aa3a /.travis.yml
parentinstalling gcc4.8... (diff)
downloadmutator-6205e1051b52116b65a75e40d092c0f113322ef0.tar.gz
mutator-6205e1051b52116b65a75e40d092c0f113322ef0.zip
build takes longer than 10m because of building llvm,clang,gcc and cmake
Diffstat (limited to '')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cbe8a0d..5f447a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,5 @@ sudo: required
language: cpp
compiler: clang
before_script:
- - ./extra-tools/CITPreBuildDep.sh
+ - travis_wait 60 mvn ./extra-tools/CITPreBuildDep.sh
script: make \ No newline at end of file