summaryrefslogtreecommitdiff
path: root/other/travis/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/env.sh')
-rw-r--r--other/travis/env.sh1
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"
10export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON" 10export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON"
11 11
12BUILD_DIR=_build 12BUILD_DIR=_build
13MAX_TEST_RETRIES=3
13 14
14# Workaround for broken Travis image. 15# Workaround for broken Travis image.
15export TERM=xterm 16export TERM=xterm