Browse Source

need to quote node version 0.10.0 for travis

hotfix/0.7.1 0.1.1
Bryan Donovan 12 years ago
parent
commit
3f61007890
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- 0.8 - 0.8
- 0.10 - '0.10'
script: 'make test-travis' script: 'make test-travis'
branches: branches:
only: only:

Loading…
Cancel
Save