Skip to content

Commit 865ddda

Browse files
committed
Fix travis build script
1 parent 240dd2c commit 865ddda

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
@@ -2,7 +2,7 @@ install: "./install-dependencies.sh"
22

33
script: "./build.sh"
44

5-
before_deploy: "./package $TRAVIS_TAG"
5+
before_deploy: "./package.sh $TRAVIS_TAG"
66

77
deploy:
88
provider: releases

0 commit comments

Comments
 (0)