From 6335b24f75cf4940c604082c35810d94763737af Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 21 Apr 2017 12:38:45 -0700 Subject: [PATCH] Disable closure linting until the count is driven down to a reasonable level --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6725fc9f5e..cdb0129741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ before_script: - npm install -g bower gulp-cli@1 - bower install - gulp lint -- gulp lint-closure script: - xvfb-run wct - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@14' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'Linux/chrome@41'; fi