From 1918430aa3220237a57b76dbcf6860e10dd92eb8 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 30 Nov 2019 11:19:43 -0800 Subject: [PATCH] Revert "[Tests] temporarily pin eslint 6 tests to v6.6" This reverts commit 71c7d01efe41cd448518331fd72bd05bba565680. Thanks to v6.7.2 / https://github.com/eslint/eslint/pull/12616 / 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 c3ec49bfae..33f1c0ff16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: global: - TEST=true matrix: - - ESLINT=6.6 + - ESLINT=6 - ESLINT=5 - ESLINT=4 after_success: @@ -27,13 +27,13 @@ matrix: fast_finish: true include: - node_js: 'lts/*' - env: PRETEST=true ESLINT=6.6 + env: PRETEST=true exclude: - node_js: '4' env: ESLINT=5 - node_js: '4' - env: ESLINT=6.6 + env: ESLINT=6 - node_js: '6' - env: ESLINT=6.6 + env: ESLINT=6 allow_failures: - node_js: '11'