diff --git a/.travis.yml b/.travis.yml index b4715855e7..982c8e8eff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,14 @@ matrix: include: - node_js: 'lts/*' env: PRETEST=true + - node_js: '9' + env: TEST=true ESLINT=5 + - node_js: '8' + env: TEST=true ESLINT=5 + - node_js: '7' + env: TEST=true ESLINT=5 + - node_js: '6' + env: TEST=true ESLINT=5 - node_js: '9' env: TEST=true ESLINT=next - node_js: '8'