Skip to content

Commit 5640ef1

Browse files
committed
Test against Node.js 12, 10, 8, 6
1 parent 4c0cf19 commit 5640ef1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: node_js
2-
node_js: 'stable'
2+
node_js:
3+
- 'stable'
4+
- '12'
5+
- '10'
6+
- '8'
7+
- '6'
38
script: npm test
49
notifications:
510
email:

0 commit comments

Comments
 (0)