Skip to content

Commit

Permalink
chore(travis): validate typescript as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and gr2m committed Jan 19, 2018
1 parent d217195 commit be6f7e9
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 @@ -17,14 +17,15 @@ stages:

jobs:
include:
# test stage: run Node in all maintained versions. Run coverage only in the last
# test stage: run Node in all maintained versions. Run unique checks only in the last
- node_js: 4
- node_js: 6
- node_js: 8
- node_js: 9
script:
- npm run test
- npm run coverage:upload
- npm run validate:ts
# release stage: run semantic release & update the docs
- stage: release
node_js: lts/*
Expand Down

0 comments on commit be6f7e9

Please sign in to comment.