Skip to content

Commit c0a6cb7

Browse files
author
Seth Goings
committed
fix(travis): connect deploy script correctly
1 parent 570cfd6 commit c0a6cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ script:
1616
- make test
1717
deploy:
1818
provider: script
19-
script: contrib/ci/deploy.sh
19+
script: _scripts/deploy.sh
2020
on:
2121
branch: master

0 commit comments

Comments
 (0)