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

Commit 24fabde

Browse files
committed
build: clean up versions
Also quote the version numbers, so Travis doesn't try to test fstream against Node 0.1.
1 parent 6f3d3bc commit 24fabde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)