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

Commit

Permalink
build: clean up versions
Browse files Browse the repository at this point in the history
Also quote the version numbers, so Travis doesn't try to test fstream
against Node 0.1.
  • Loading branch information
othiym23 committed Jun 17, 2016
1 parent 6f3d3bc commit 24fabde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- iojs
- 0.12
- 0.10
- 0.8
- "6"
- "4"
- "0.10"
- "0.12"
before_install:
- "npm config set spin false"
- "npm install -g npm/npm"

0 comments on commit 24fabde

Please sign in to comment.