Skip to content

Commit

Permalink
use workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Oct 26, 2018
1 parent 86e0751 commit bf67564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/run.sh
Expand Up @@ -29,7 +29,8 @@ if [ -n "${DOCKER}" ]; then
-v "${TRAVIS_BUILD_DIR}":"${TRAVIS_BUILD_DIR}" \
-v "${HOME}/wycheproof":/wycheproof \
-e TOXENV "${DOCKER}" \
/bin/sh -c "cd ${TRAVIS_BUILD_DIR}; tox -- --wycheproof-root='/wycheproof'"
-w "${TRAVIS_BUILD_DIR}" \
/bin/sh -c "tox -- --wycheproof-root='/wycheproof'"
elif [ -n "${TOXENV}" ]; then
tox -- --wycheproof-root="$HOME/wycheproof"
else
Expand Down

0 comments on commit bf67564

Please sign in to comment.