Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
chore: test on node 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Dec 20, 2018
1 parent 2db44e2 commit 7b3d149
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
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '9'
- '11'
- '10'
- '8'
script:
- npm run lint
Expand Down

0 comments on commit 7b3d149

Please sign in to comment.