Skip to content

Commit 147b072

Browse files
authored
Pass -e
1 parent e22907b commit 147b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
script:
1919
- export PYTHON_DIR="python$(echo "$PYTHON_VERSION" | cut -d. -f 1-2)"
2020
- export PYTHON_URL="https://www.python.org/ftp/python/$(perl -e 'shift=~/([\d.]+)/;print$1' "$PYTHON_VERSION")/Python-$PYTHON_VERSION.tar.xz"
21-
- docker run -e ARCH="$ARCH" PYTHON_DIR="$PYTHON_DIR" -e PYTHON_URL="$PYTHON_URL" -v "$(pwd):/code" dmoj/runtimes-tier1:"${ARCH}"-latest
21+
- docker run -e ARCH="$ARCH" -e PYTHON_DIR="$PYTHON_DIR" -e PYTHON_URL="$PYTHON_URL" -v "$(pwd):/code" dmoj/runtimes-tier1:"${ARCH}"-latest
2222
deploy:
2323
provider: releases
2424
api_key:

0 commit comments

Comments
 (0)