Skip to content

Commit

Permalink
revert(ci): fix script
Browse files Browse the repository at this point in the history
This reverts commit cf64522.
  • Loading branch information
kripod committed Mar 25, 2020
1 parent cf64522 commit 00e9dba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ node_js:
- lts/*
- node

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

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

- stage: deploy
if: tag IS present
node_js: lts/*
Expand Down

0 comments on commit 00e9dba

Please sign in to comment.