From d7023f688bf8cb1c77935e120b21c5a39d71c12b Mon Sep 17 00:00:00 2001 From: Chris Shepherd Date: Sun, 23 Jun 2019 23:38:19 +0100 Subject: [PATCH] Remove ESLint 6 from allowed failures in Travis It's now supported --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed0bf4fef..606c35536 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ matrix: # issues with typescript deps in this version intersection - node_js: '4' env: ESLINT_VERSION=4 - - env: ESLINT_VERSION=6 before_install: - 'nvm install-latest-npm'