Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #119 from boneskull/travis-node-fix
Browse files Browse the repository at this point in the history
chore(ci): fix node v0.10 version in build matrix
  • Loading branch information
dignifiedquire committed Oct 31, 2016
2 parents 246f25a + 5213d5f commit 65a93d7
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 @@ -3,7 +3,7 @@ language: node_js
node_js:
- stable
- 4
- 0.10
- '0.10'

before_install:
- npm install -g npm
Expand Down

0 comments on commit 65a93d7

Please sign in to comment.