diff --git a/.travis.yml b/.travis.yml index 9143eb92..86dd72d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,5 +67,5 @@ script: after_success: # only publish artifacts on master branch when pushed (not from cron or PRs) - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_EVENT_TYPE" = "push" ]; then - bash ./upload-to-ftp.sh; + bash ./ci/upload-to-ftp.sh; fi diff --git a/ci/travis/run.sh b/ci/travis/run.sh index dcddf4a3..94ccf980 100644 --- a/ci/travis/run.sh +++ b/ci/travis/run.sh @@ -21,5 +21,3 @@ fi echo $JAVA_HOME python setup.py --maven bdist_wheel - -ls -l dist/* \ No newline at end of file