aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index ca0ddac6..352c252e 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -1,7 +1,4 @@
-#!/bin/bash
-
-set -e
-set -x
+#!/bin/bash -ex
if [[ "${TOXENV}" == "pypy" ]]; then
PYENV_ROOT="$HOME/.pyenv"
@@ -24,10 +21,10 @@ fi
source ~/.venv/bin/activate
if [ -n "${TOXENV}" ]; then
- tox -- --wycheproof-root=$HOME/wycheproof
+ tox -- --wycheproof-root="$HOME/wycheproof"
else
downstream_script="${TRAVIS_BUILD_DIR}/.travis/downstream.d/${DOWNSTREAM}.sh"
- if [ ! -x $downstream_script ]; then
+ if [ ! -x "$downstream_script" ]; then
exit 1
fi
$downstream_script install