Commit bd14b4d2 authored by Marian Oancea's avatar Marian Oancea

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

from travis.yml
parent 4402a7d8
...@@ -2,8 +2,6 @@ language: node_js ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment