Skip to content

Commit

Permalink
Fix 'tag build' deploy script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Jul 14, 2017
1 parent 223dda5 commit 8832365
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 @@ -20,7 +20,7 @@ deploy:
repo: paulcwarren/spring-content
branch: master
- provider: script
script: .travis/deploy.sh
script: scripts/deploy.sh
skip_cleanup: true
on:
repo: paulcwarren/spring-content
Expand Down

0 comments on commit 8832365

Please sign in to comment.