[ci] drop node<6

This is because jsdom no longer supports this environments
This commit is contained in:
Pooya Parsa 2017-04-30 02:47:28 +04:30
parent 56c39bea88
commit 379fb753ca

View File

@ -2,8 +2,6 @@ language: node_js
node_js:
- "7.2"
- "6.9"
- "5.12"
- "4.7"
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
install: