Skip to content

Commit

Permalink
chore: Replace deprecated travis-deploy-once
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenashpole committed Jun 19, 2019
1 parent 6f939b6 commit c29b05e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run build
- npm run travis-deploy-once "npm run semantic-release"

branches:
only:
- master
- master

jobs:
include:
- stage: npm release
if: branch = master
node_js: "8"
script: npm run semantic-release

0 comments on commit c29b05e

Please sign in to comment.