Skip to content

Commit

Permalink
ci: set up jobs for testing parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Mar 25, 2020
1 parent 5590bc0 commit 4e8d2ee
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ node_js:
- lts/*
- node

script:
- yarn type-check
- yarn lint
- yarn build
jobs:
include:
- yarn type-check
- yarn lint
- yarn build

deploy:
- provider: npm
edge: true
run_script: publish
on:
tags: true
- stage: deploy
if: tag IS present
node_js: lts/*
deploy:
provider: npm
edge: true
run_script: publish

0 comments on commit 4e8d2ee

Please sign in to comment.