Skip to content

Commit

Permalink
fixed api publish script path
Browse files Browse the repository at this point in the history
  • Loading branch information
astaff authored Jun 7, 2017
1 parent 7578d3e commit edfbd39
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 @@ -70,7 +70,7 @@ deploy:
# Publish API to PyPI and Anaconda
- provider: script
skip_cleanup: true
script: cd api && api/scripts/publish.sh && cd ..
script: cd api && scripts/publish.sh && cd ..
on:
tags: true

Expand Down

0 comments on commit edfbd39

Please sign in to comment.