[GRASS-SVN] r70350 - grass/trunk/.travis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 12 06:20:26 PST 2017
Author: wenzeslaus
Date: 2017-01-12 06:20:26 -0800 (Thu, 12 Jan 2017)
New Revision: 70350
Modified:
grass/trunk/.travis/.travis.osx.script.sh
Log:
travis: use travis_wait to wait more for the build
Modified: grass/trunk/.travis/.travis.osx.script.sh
===================================================================
--- grass/trunk/.travis/.travis.osx.script.sh 2017-01-12 13:16:22 UTC (rev 70349)
+++ grass/trunk/.travis/.travis.osx.script.sh 2017-01-12 14:20:26 UTC (rev 70350)
@@ -5,7 +5,7 @@
# brew audit -v $RECIPE
## install GRASS trunk
-brew install --HEAD \
+travis_wait brew install --HEAD \
--enable-shared \
--with-postgresql \
--with-cxx \
More information about the grass-commit
mailing list