From: tbaudier Date: Mon, 23 Jan 2017 15:44:21 +0000 (+0100) Subject: Increase cache timeout for travis X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=817b01f8b10424e9ffaa40dd07d50187e22fdc2d;p=clitk.git Increase cache timeout for travis --- diff --git a/.travis.yml b/.travis.yml index 1a0b175..dd52735 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ install: - if test $TRAVIS_OS_NAME == osx ; then qmake -v; fi cache: + - timeout: 1000 - directories: - $HOME/vtk-5.10 - $HOME/vtk-5.10-build @@ -77,4 +78,4 @@ before_script: script: - echo "coucou"; -- $SCRIPTS/travis_build_vv.sh +#- $SCRIPTS/travis_build_vv.sh