Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit a395f7e

Browse files
committed
ci: bring version matrix up to date
1 parent b95f1f7 commit a395f7e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: node_js
22
node_js:
3-
- iojs
4-
- 0.12
5-
- 0.10
6-
- 0.8
3+
- "6"
4+
- "4"
5+
- "5"
6+
- "0.12"
7+
- "0.10"
8+
- "0.8"
79
before_install:
810
- "npm config set spin false"
911
- "npm install -g npm/npm"

0 commit comments

Comments
 (0)