From 71c7d01efe41cd448518331fd72bd05bba565680 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 27 Nov 2019 23:04:50 -0800 Subject: [PATCH] [Tests] temporarily pin eslint 6 tests to v6.6 Pending https://github.com/eslint/eslint/issues/12614 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33f1c0ff16..c3ec49bfae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: global: - TEST=true matrix: - - ESLINT=6 + - ESLINT=6.6 - ESLINT=5 - ESLINT=4 after_success: @@ -27,13 +27,13 @@ matrix: fast_finish: true include: - node_js: 'lts/*' - env: PRETEST=true + env: PRETEST=true ESLINT=6.6 exclude: - node_js: '4' env: ESLINT=5 - node_js: '4' - env: ESLINT=6 + env: ESLINT=6.6 - node_js: '6' - env: ESLINT=6 + env: ESLINT=6.6 allow_failures: - node_js: '11'