aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 17:42:48 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 17:42:48 +0000
commitc91463d0d1f464fe66426ce1c1eb2a58ab21cf35 (patch)
tree3c24b0142c685815905e4f64ae88e2177e448b3b /.travis.yml
parentbuild takes longer than 10m because of building llvm,clang,gcc and cmake (diff)
downloadmutator-c91463d0d1f464fe66426ce1c1eb2a58ab21cf35.tar.gz
mutator-c91463d0d1f464fe66426ce1c1eb2a58ab21cf35.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 e314656..41f38b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,5 @@ sudo: required
language: cpp
compiler: clang
before_script:
- - travis_wait 60 ./extra-tools/CITPreBuildDep.sh
+ - travis_wait 180 ./extra-tools/CITPreBuildDep.sh
script: make \ No newline at end of file