Skip to content

Commit

Permalink
docker: set TRAVIS_RUST_VERSION and USER
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 14, 2016
1 parent d5b0bcd commit 6761ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ run() {
-e CARGO_HOME=/cargo \
-e CARGO_TARGET_DIR=/target \
-e TARGET=$1 \
-e TRAVIS_RUST_VERSION=$TRAVIS_RUST_VERSION \
-e TRAVIS_TAG=$TRAVIS_TAG \
-e USER=$USER \
-v $HOME/.cargo:/cargo \
-v `pwd`/target:/target \
-v `pwd`:/checkout:ro \
Expand Down

0 comments on commit 6761ecd

Please sign in to comment.