mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 01:42:55 +01:00
Put node version number in quotes.
This was the cause of [some Travis build errors](https://github.com/travis-ci/travis-ci/issues/2591). In YAML, apparently `0.10` is treated as a float, so Travis was trying to use node 0.1 rather than 0.10.
This commit is contained in:
parent
9bd6c71cea
commit
a817481cf6
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
||||
- npm install -g jasmine-node
|
||||
|
Loading…
Reference in New Issue
Block a user