mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-06 15:30:59 +00:00
Quote node.js versions - otherwise 0.10 is truncated to 0.1 in travis-ci build matrix.
See issue https://github.com/travis-ci/travis-web/issues/160.
This commit is contained in:
parent
570a859b6d
commit
2fa70fc04e
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
- 0.10
|
||||
- "0.6"
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
script: 'npm run-script build && npm test'
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
|
|
|||
Loading…
Reference in a new issue