Skip to content

Commit

Permalink
[travis] fix yaml syntax (supposed to solve nvm bugs #182)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed Aug 19, 2015
1 parent abeeca0 commit 7d6be32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7d6be32

Please sign in to comment.