fix(Travis): do not test on Node 4
This commit is contained in:
parent
d7e2690430
commit
a49c9d646c
@ -1,8 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- stable
|
- stable
|
||||||
|
- 8
|
||||||
- 6
|
- 6
|
||||||
- 4
|
|
||||||
|
|
||||||
# Use containers.
|
# Use containers.
|
||||||
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
||||||
|
Loading…
Reference in New Issue
Block a user