diff --git a/.travis.yml b/.travis.yml index d155ef52..b8930fb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: -- 6 -- 4 +- 7 # Current stable +- 6 # Active LTS until 2018-04-18 +- 4 # Active LTS until 2017-04-01 matrix: fast_finish: true