Skip to content

Commit

Permalink
Add label to dev builds (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemapel committed Oct 16, 2020
1 parent 6155fa2 commit 63ceb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ after_success:
- travis_wait builddir=(`conda build recipe --output`)
- |
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force;
anaconda -t="$CONDA_UPLOAD_TOKEN" upload -l dev --force $builddir;
fi
# Docs to gh-pages
Expand Down

0 comments on commit 63ceb34

Please sign in to comment.