travis fix try 2

This commit is contained in:
Estevão Soares dos Santos 2015-01-05 01:06:08 +00:00
parent 265ff507e0
commit 1c048fdca9

View File

@ -1,8 +1,9 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.10
. "0.6"
- "0.8"
- "0.10"
before_script:
- npm update -g npm
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest