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

This commit is contained in:
Joseph Page 2015-08-19 17:52:09 +02:00
parent abeeca0d5f
commit 7d6be3265b

View file

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