aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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