Skip to content

Commit 88ee071

Browse files
committed
Configure Travis CI to test on more Node.js versions
1 parent 288dc48 commit 88ee071

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ node_js:
44
- "0.10"
55
- "0.11"
66
- "0.12"
7-
- "4.2"
7+
- "4"
8+
- "5"
9+
- "6"
810
- "node"
911
sudo: false
1012
script: [ "npm test", "npm run lint" ]

0 commit comments

Comments
 (0)