Skip to content

Commit

Permalink
ci(travis): run validate:ts script on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
noclat authored and gr2m committed Mar 16, 2019
1 parent 5829c9b commit 05bb700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- node_js: 8
script: npm run test
- node_js: 10
env: Node 10, coverage upload
env: Node 10, validate Typescript, coverage upload
script:
- npm run test
- npm run validate:ts
- npm run coverage:upload

- stage: release
Expand Down

0 comments on commit 05bb700

Please # to comment.