Skip to content

Commit

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

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

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

0 comments on commit 6e49d9a

Please sign in to comment.