Skip to content

Commit cdc205d

Browse files
committed
fix(.travis.yml): correct path to deploy script
1 parent eca30ec commit cdc205d

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
@@ -36,6 +36,6 @@ script:
3636
- make -C client/ test
3737
deploy:
3838
provider: script
39-
script: _scripts/ci/deploy.sh
39+
script: _scripts/deploy.sh
4040
on:
4141
branch: master

0 commit comments

Comments
 (0)