Drop support for Node.js 0.10 and 0.12

This commit is contained in:
Sindre Sorhus 2017-05-21 23:28:38 +07:00
parent 0d2144904b
commit 9b60021fa6
6 changed files with 15 additions and 16 deletions

View file

@ -3,6 +3,4 @@ language: node_js
node_js:
- '6'
- '4'
- '0.12'
- '0.10'
after_success: npm run coveralls