Skip to content
Snippets Groups Projects
Unverified Commit 4fb12ff4 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent e1d205b3
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ after_success:
# Label based on the branch and upload to anaconda.org
- |
if [ "$TRAVIS_BRANCH" == "master" ]; then
anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label main --force;
anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir;
elif [ "$TRAVIS_BRANCH" == "dev" ]; then
anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev --force;
anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment