[travis] fix yaml syntax (supposed to solve nvm bugs #182)

master
Joseph Page 2015-08-19 17:52:09 +02:00
parent abeeca0d5f
commit 7d6be3265b
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@ before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
node_js:
- 0.8
- 0.10
- 0.11
- 0.12
- iojs
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "iojs"
notifications:
email:
- travis@nodejitsu.com