Skip to content

Commit

Permalink
ci: remove travis-deploy-once
Browse files Browse the repository at this point in the history
  • Loading branch information
armanozak committed Apr 21, 2019
1 parent f14f4d4 commit 5f1886c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1,707 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ node_js:
script:
- npm run test:prod && npm run build
after_success:
- npm run travis-deploy-once "npm run report-coverage"
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run semantic-release"; fi
- npm run report-coverage
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 5f1886c

Please sign in to comment.