From 66aff763d901e254051dd47386ce40ef4bf93496 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33f1c0ff16..6c4b92821b 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: @@ -32,8 +32,8 @@ matrix: - 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'