Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Fixing release call on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyxr4 committed Jun 28, 2019
1 parent 089178e commit 2361777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
script: skip
deploy:
- provider: script
script: $TRAVIS_BUILD_DIR/release.sh release
script: $TRAVIS_BUILD_DIR/release.sh
skip_cleanup: yes
on:
branch: master

0 comments on commit 2361777

Please sign in to comment.