Skip to content

Commit

Permalink
Test definitions linting against the latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobi Meirson committed May 3, 2018
1 parent ec85fbd commit 9b0ae16
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 @@ -8,10 +8,11 @@ node_js:
- 0.12
- 0.10
- 8
- 9

matrix:
include:
- node_js: 9
- node_js: node
script:
- npm install dtslint@^0.3
- npm run dtslint

0 comments on commit 9b0ae16

Please sign in to comment.