.travis.yml: Fix Node.js versions
`0.10` becomes `0.1` unless strings are used.
This commit is contained in:
parent
58da989164
commit
c8ee6fee35
@ -1,7 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
- 0.11
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
|
||||
before_script: "npm install -g codeclimate-test-reporter"
|
||||
script: "make test-travis"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user