don't test node versions < 4
This commit is contained in:
parent
b97e2d7df3
commit
833cf898a8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- 'stable'
|
||||||
- '6'
|
- '6'
|
||||||
- '4'
|
- '4'
|
||||||
- '0.12'
|
|
||||||
- '0.10'
|
|
||||||
after_success: npm run coveralls
|
after_success: npm run coveralls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue