Skip to content

Commit 244c6d2

Browse files
committed
removed nightly label for nightly builds
1 parent cfe21fd commit 244c6d2

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
@@ -84,7 +84,7 @@ script:
8484
after_success:
8585
- python ci/move-conda-package.py
8686
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then
87-
anaconda -t $BINSTAR_TOKEN upload *.bz2 -l nightly --force;
87+
anaconda -t $BINSTAR_TOKEN upload *.bz2 --force;
8888
fi;
8989

9090
branches:

0 commit comments

Comments
 (0)