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

Commit

Permalink
Merge pull request #12 from Cobliteam/vpd-correct-non-master-version
Browse files Browse the repository at this point in the history
Fixing release call on travis
  • Loading branch information
nicolautahan authored Jun 28, 2019
2 parents 089178e + 2361777 commit a912274
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 a912274

Please sign in to comment.