Skip to content

Commit

Permalink
ci: fix uploading artifacts to dropbox on travis builds [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Aug 10, 2017
1 parent 70cc23b commit be21694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ after_success:
- source dist-env/bin/activate
- python -m pip install dropbox
# note: we upload dists only on master commits
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then python dropbox_upload.py; fi
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then python ci/dropbox_upload.py; fi

0 comments on commit be21694

Please sign in to comment.