Skip to content

Commit 3aec0d8

Browse files
committed
Fix deployment script path
1 parent e69889b commit 3aec0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ before_deploy:
5555
deploy:
5656
- provider: script
5757
skip_cleanup: true
58-
script: ./travis/deploy_snapshot.sh
58+
script: .travis/deploy_snapshot.sh
5959
on:
6060
repo: utPLSQL/utPLSQL-maven-plugin
6161
branch: develop
6262
- provider: script
6363
skip_cleanup: true
64-
script: ./travis/deploy_release.sh
64+
script: .travis/deploy_release.sh
6565
on:
6666
repo: utPLSQL/utPLSQL-maven-plugin
6767
branch: master

0 commit comments

Comments
 (0)