Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 4941e3e

Browse files
authored
Merge pull request #114 from charris/skip-on-duplicate-upload
Make travis skip on duplicate uploads.
2 parents 6da685c + c03a3e9 commit 4941e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ after_success:
9090
fi
9191
- pip install git+https://github.com/Anaconda-Server/[email protected];
9292
- if [ -n "${TOKEN}" ] ; then
93-
anaconda -t ${TOKEN} upload -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
93+
anaconda -t ${TOKEN} upload --skip -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
9494
fi

0 commit comments

Comments
 (0)