fix(Travis): do not test on Node 4

This commit is contained in:
Julien Fontanet 2017-11-06 10:14:18 +01:00
parent d7e2690430
commit a49c9d646c

View File

@ -1,8 +1,8 @@
language: node_js
node_js:
- stable
- 8
- 6
- 4
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/