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

Commit

Permalink
fix: test on Node v4 instead of ancient v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jan 28, 2016
1 parent 09d64ad commit ad1aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "0.4"
- "stable"
- "4"

before_install:
- npm install -g npm
Expand Down

0 comments on commit ad1aad5

Please sign in to comment.