Skip to content
Snippets Groups Projects
Commit c7bce6bb authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Add label to dev builds (#156)

parent 1c23dd90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment