summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-12-18 08:34:52 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2020-12-18 08:34:52 +0100
commite05249a2380721ed4c491b386c5da4ae0f92e97b (patch)
treed6607aba6d0592c4ec97475d72037284fc04de84 /travis
parent0f145a8c9fce39fa862b0eb2b568ba2a1fa84216 (diff)
Only set -e
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