Skip to content

Commit 01b8641

Browse files
author
Seth Goings
committed
Merge pull request #10 from sgoings/travis-deploy
fix(travis): connect deploy script correctly
2 parents 570cfd6 + c0a6cb7 commit 01b8641

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)