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:
Kienz 2014-01-14 21:37:38 +01:00
parent 570a859b6d
commit 2fa70fc04e

View file

@ -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