Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
chore(travis): even more travis
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhahn committed Mar 21, 2019
1 parent dd9c6a4 commit d086ed1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -7,15 +7,12 @@ node_js:
- "9"
- "8"
cache: npm
script: 'true'

os:
- linux

jobs:
include:
- stage: test
script: npm run test
after_success: npm run coveralls
- stage: release
node_js: lts/*
script: npm run doc
Expand All @@ -25,4 +22,5 @@ jobs:
skip_cleanup: true
script:
- npx semantic-release
if: branch = master AND type != pull_request
if: branch = master AND type != pull_request
after_success: npm run coveralls

0 comments on commit d086ed1

Please sign in to comment.