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

Commit

Permalink
chore(ci): fix node v0.10 version in build matrix
Browse files Browse the repository at this point in the history
needs to be a string for yaml
  • Loading branch information
boneskull committed Oct 31, 2016
1 parent 246f25a commit 5213d5f
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 5213d5f

Please sign in to comment.