[travis] fix yaml syntax (supposed to solve nvm bugs #182)
This commit is contained in:
parent
abeeca0d5f
commit
7d6be3265b
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue