Skip to content

Commit

Permalink
fix: travis-deploy-once (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzalazar authored Sep 21, 2018
1 parent c8e9ef1 commit 7a60e53
Show file tree
Hide file tree
Showing 3 changed files with 4,101 additions and 801 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- npm run coverage
after_success:
- '[[ $TRAVIS_BRANCH = "master" && $TRAVIS_PULL_REQUEST_BRANCH = "" ]] &&
(npm install -g travis-deploy-once && travis-deploy-once "npm run semantic-release")'
(npm run travis-deploy-once "npm run semantic-release")'
Loading

0 comments on commit 7a60e53

Please sign in to comment.