Skip to content

Commit

Permalink
fix: use travis-deploy-once until I figure out build stages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingnz committed Feb 20, 2018
1 parent b95c149 commit 67f25f1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ script:
- npm test

after_success:
- npm install -g travis-deploy-once
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info

jobs:
include:
- stage: release
node_js: '9'
script:
- npm run semantic-release
- travis-deploy-once "npm run semantic-release"

branches:
except:
Expand Down

0 comments on commit 67f25f1

Please sign in to comment.