[Commits] [wesnoth/wesnoth] c2808d: Prefix `apt-get -qq with `travis_wait`
GitHub
noreply at github.com
Tue Aug 4 12:27:18 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: c2808da642fa4fa3797a01845cff6a6b519e560e
https://github.com/wesnoth/wesnoth/commit/c2808da642fa4fa3797a01845cff6a6b519e560e
Author: Quentin Pradet <quentin at clustree.com>
Date: 2015-08-04 (Tue, 04 Aug 2015)
Changed paths:
M .travis.yml
Log Message:
-----------
Prefix `apt-get -qq with `travis_wait`
`apt-get -qq` is completely quiet. If `apt-get` takes more than 10
minutes to execute, nothing will be outputted for 10 minutes, and travis
will kill the build. Using `travis_wait` ensures the commands will not be
killed for 20 minutes. See [the documentation] for details.
[the documentation]: http://docs.travis-ci.com/user/build-timeouts/#Build-times-out-because-no-output-was-received)
Commit: f3ee4548fb2c6a970d204c6784f73081fc0000ee
https://github.com/wesnoth/wesnoth/commit/f3ee4548fb2c6a970d204c6784f73081fc0000ee
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-08-04 (Tue, 04 Aug 2015)
Changed paths:
M .travis.yml
Log Message:
-----------
Merge pull request #442 from pquentin/travis-wait
Prefix `apt-get -qq with `travis_wait` to fix timeout
Compare: https://github.com/wesnoth/wesnoth/compare/499866323b82...f3ee4548fb2c
More information about the Commits
mailing list