updated .travis.yml as travis doesn't support node 0.4 or 0.9

This commit is contained in:
midknight41 2013-10-04 08:10:53 +01:00
parent 6641ed234a
commit 5546469061

View file

@ -1,10 +1,10 @@
language: node_js language: node_js
node_js: node_js:
- 0.4
- 0.6 - 0.6
- 0.8 - 0.8
- 0.9 - 0.10
- 0.11
notifications: notifications:
email: email:
- travis@nodejitsu.com - travis@nodejitsu.com