We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe21fd commit 244c6d2Copy full SHA for 244c6d2
.travis.yml
@@ -84,7 +84,7 @@ script:
84
after_success:
85
- python ci/move-conda-package.py
86
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then
87
- anaconda -t $BINSTAR_TOKEN upload *.bz2 -l nightly --force;
+ anaconda -t $BINSTAR_TOKEN upload *.bz2 --force;
88
fi;
89
90
branches:
0 commit comments