Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
travis: test under Node 0.10 instead of Node 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Dec 2, 2015
1 parent 464fe34 commit 7e2fc56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: false
before_install:
- "npm -g install npm"
node_js:
- 0.8
- 0.10
- 0.12
- iojs
- 4
- 5
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"

0 comments on commit 7e2fc56

Please sign in to comment.