node < 0.10 fails travis build => remove 0.6 & 0.8

from travis.yml
This commit is contained in:
Marian Oancea 2014-11-06 01:48:52 +02:00
parent 4402a7d817
commit bd14b4d23e

View File

@ -2,8 +2,6 @@ language: node_js
node_js: node_js:
- "0.11" - "0.11"
- "0.10" - "0.10"
- "0.8"
- "0.6"
before_script: before_script:
- npm install - npm install
after_script: after_script: