updated .travis.yml as travis doesn't support node 0.4 or 0.9
This commit is contained in:
parent
6641ed234a
commit
5546469061
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue