Travis: stop testing on Node 0.10 + 0.12

They're breaking the build, because Mocha (a dependency) is using modern
JS features.
This commit is contained in:
Antti Korpi 2018-01-23 22:25:01 +01:00
parent 4e84ae8e40
commit 6f535cb65d

View file

@ -12,8 +12,6 @@ env:
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5'
- '6'