summaryrefslogtreecommitdiff
path: root/other/travis/env-freebsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/env-freebsd.sh')
-rw-r--r--other/travis/env-freebsd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/travis/env-freebsd.sh b/other/travis/env-freebsd.sh
index 16e93467..f9aa0cbf 100644
--- a/other/travis/env-freebsd.sh
+++ b/other/travis/env-freebsd.sh
@@ -8,6 +8,10 @@ NPROC=`nproc`
8CURDIR=/root 8CURDIR=/root
9RUN_TESTS=true 9RUN_TESTS=true
10MAKE=gmake 10MAKE=gmake
11# A lot of tests fail and run for the full 2 minutes allowed, resulting in
12# Travis build timing out, so we restrict it to just 1 test run until enough
13# tests are fixed so that they succeed and don't run the full 2 minutes.
14MAX_TEST_RETRIES=1
11 15
12SCREEN_SESSION=freebsd 16SCREEN_SESSION=freebsd
13SSH_PORT=10022 17SSH_PORT=10022