Include job number in Hypothesis uploader commits

This commit is contained in:
Markus Unterwaditzer 2016-09-29 16:27:52 +02:00
parent 37ed28d849
commit 952966b677

View file

@ -32,7 +32,7 @@ if _is_dirty; then
git checkout $TRAVIS_BRANCH git checkout $TRAVIS_BRANCH
git add -fA $GIT_COMMIT_PATH git add -fA $GIT_COMMIT_PATH
git commit -m "Hypothesis examples" git commit -m "Hypothesis examples, job $TRAVIS_JOB_NUMBER"
for i in `seq 10`; do for i in `seq 10`; do
echo "push: try $i" echo "push: try $i"