Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 6f1948e

Browse files
committed
MAINT: enable cron switch
* now that anaconda.org upload has been observed in the absence of a cron requirement in PR 69, go ahead & restore the cron requirement
1 parent 18080d3 commit 6f1948e

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
@@ -140,7 +140,7 @@ after_success:
140140
# SCIPY_WHEELS_NIGHTLY is a secret token
141141
# used in Travis CI config, originally
142142
# generated at anaconda.org for scipy-wheels-nightly
143-
- if [ "$TRAVIS_EVENT_TYPE" != "cron" ]; then
143+
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then
144144
ANACONDA_ORG="scipy-wheels-nightly";
145145
conda create -q -n test-environment python=${MB_PYTHON_VERSION} anaconda-client;
146146
conda activate test-environment;

0 commit comments

Comments
 (0)