Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Commit 9b3e2fc

Browse files
authored
Chore: add supported Node.js versions to CI
Wanted to add Node v11 to the list of versions in CI and noticed a few others were missing. Do we want to drop support for Node@<6 at some point?
1 parent a05e9f2 commit 9b3e2fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ node_js:
44
- "0.12"
55
- iojs
66
- "4"
7+
- "6"
8+
- "8"
9+
- "9"
10+
- "10"
11+
- "11"
712
sudo: false
813
script: "npm test"
914
after_success:

0 commit comments

Comments
 (0)