From d71706868923a4ff1a0bb772aca90f18530e7cc2 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sat, 23 Jun 2018 16:10:29 +0200 Subject: [PATCH] Travis: Test eslint 5 with node 6--9 https://github.com/yannickcr/eslint-plugin-react/pull/1843#pullrequestreview-131395519 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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'