summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build.sh b/travis/travis-build.sh
index d75ce605fa0..468d1c5d689 100755
--- a/travis/travis-build.sh
+++ b/travis/travis-build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-set -euo pipefail
+set -e
export SOURCE_DIR=/source
export NUM_THREADS=6