Skip to content

Commit 9d35bc6

Browse files
committed
Fixed path to pre-release script
1 parent d2c352d commit 9d35bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
deploy:
6666
- provider: script
6767
skip_cleanup: false
68-
script: bash ./build/pre-release.sh
68+
script: bash ./.build/pre-release.sh
6969
on:
7070
branch: develop
7171
- provider: script

0 commit comments

Comments
 (0)