Skip to content

Commit

Permalink
ci(travis): remove build stages config (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Aug 13, 2018
1 parent 1b45960 commit 339f6c3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ language: node_js
node_js:
- 8

jobs:
include:
- stage: test
script:
- npm test
- npm run coveralls
- stage: publish
script:
- npm run semantic-release
script:
- npm test
- npm run coveralls

stages:
- test
- name: publish
if: branch = master
after_success:
- npm run semantic-release

0 comments on commit 339f6c3

Please sign in to comment.