Skip to content

Commit

Permalink
Pass -e
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Nov 1, 2019
1 parent e22907b commit 147b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
script:
- export PYTHON_DIR="python$(echo "$PYTHON_VERSION" | cut -d. -f 1-2)"
- export PYTHON_URL="https://www.python.org/ftp/python/$(perl -e 'shift=~/([\d.]+)/;print$1' "$PYTHON_VERSION")/Python-$PYTHON_VERSION.tar.xz"
- docker run -e ARCH="$ARCH" PYTHON_DIR="$PYTHON_DIR" -e PYTHON_URL="$PYTHON_URL" -v "$(pwd):/code" dmoj/runtimes-tier1:"${ARCH}"-latest
- docker run -e ARCH="$ARCH" -e PYTHON_DIR="$PYTHON_DIR" -e PYTHON_URL="$PYTHON_URL" -v "$(pwd):/code" dmoj/runtimes-tier1:"${ARCH}"-latest
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 147b072

Please sign in to comment.