Skip to content

Commit

Permalink
clearer nonce for travis runs
Browse files Browse the repository at this point in the history
  • Loading branch information
numberoverzero committed Aug 12, 2016
1 parent 555cc46 commit ad95a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TOX_COMMAND="tox -e $TOXENV --"

if [ "$TOXENV" = "integ" ]; then
TOX_COMMAND="$TOX_COMMAND --nonce=travis-$TRAVIS_BUILD_ID-$TRAVIS_BUILD_NUMBER"
TOX_COMMAND="$TOX_COMMAND --nonce=travis-$TRAVIS_BUILD_NUMBER-$TRAVIS_JOB_NUMBER"
fi

$TOX_COMMAND

0 comments on commit ad95a0f

Please sign in to comment.