From d0bebd7da5a1805e57be54106c9b575e37a637da Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sat, 23 Jun 2018 16:15:18 +0200 Subject: [PATCH] .travis.yml: s/next/4/ https://github.com/yannickcr/eslint-plugin-react/pull/1843#issuecomment-399681185 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 982c8e8eff..3da726b1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,13 +32,13 @@ matrix: - node_js: '6' env: TEST=true ESLINT=5 - node_js: '9' - env: TEST=true ESLINT=next + env: TEST=true ESLINT=4 - node_js: '8' - env: TEST=true ESLINT=next + env: TEST=true ESLINT=4 - node_js: '7' - env: TEST=true ESLINT=next + env: TEST=true ESLINT=4 - node_js: '6' - env: TEST=true ESLINT=next + env: TEST=true ESLINT=4 - node_js: '9' env: TEST=true ESLINT=3 - node_js: '8' @@ -55,4 +55,4 @@ matrix: - node_js: '9' - node_js: '7' - node_js: '5' - - env: TEST=true ESLINT=next + - env: TEST=true ESLINT=4