diff options
author | iphydf <iphydf@users.noreply.github.com> | 2017-01-19 15:58:03 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2017-01-19 15:58:03 +0000 |
commit | f58dbe250329aad0ac2d54789359c162f43de311 (patch) | |
tree | 19ab70508dae39b568dbdcdef3ac19118f6bd408 /other/travis/env.sh | |
parent | a74ab7cd1ae78a87dd410813ec1d2d6e78b5d8c3 (diff) |
Limit number of retries to 3.
Diffstat (limited to 'other/travis/env.sh')
-rw-r--r-- | other/travis/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/env.sh b/other/travis/env.sh index 55ab30ca..4899ec25 100644 --- a/other/travis/env.sh +++ b/other/travis/env.sh | |||
@@ -10,6 +10,7 @@ export CFLAGS="-O3 -DTRAVIS_ENV=1" | |||
10 | export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON" | 10 | export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON" |
11 | 11 | ||
12 | BUILD_DIR=_build | 12 | BUILD_DIR=_build |
13 | MAX_TEST_RETRIES=3 | ||
13 | 14 | ||
14 | # Workaround for broken Travis image. | 15 | # Workaround for broken Travis image. |
15 | export TERM=xterm | 16 | export TERM=xterm |