diff options
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 |