Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit bd8186b

Browse files
committed
upload wheels to bc FTP server
1 parent 23406ae commit bd8186b

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
@@ -67,5 +67,5 @@ script:
6767
after_success:
6868
# only publish artifacts on master branch when pushed (not from cron or PRs)
6969
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_EVENT_TYPE" = "push" ]; then
70-
bash ./ci/upload-to-ftp.sh;
70+
bash ./ci/travis/upload-to-ftp.sh;
7171
fi

0 commit comments

Comments
 (0)