diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 17:42:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 17:42:48 +0000 |
commit | c91463d0d1f464fe66426ce1c1eb2a58ab21cf35 (patch) | |
tree | 3c24b0142c685815905e4f64ae88e2177e448b3b /.travis.yml | |
parent | build takes longer than 10m because of building llvm,clang,gcc and cmake (diff) | |
download | mutator-c91463d0d1f464fe66426ce1c1eb2a58ab21cf35.tar.gz mutator-c91463d0d1f464fe66426ce1c1eb2a58ab21cf35.zip |
build takes longer than 10m because of building llvm,clang,gcc and cmake
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |