From d20e2a89b51065629a3698672e5e8f14bbadeda6 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Thu, 5 Mar 2020 17:28:33 -0800 Subject: [PATCH] Require rubocop checks in Travis This commit updates Travis to require Rubocop to pass. This is possible now due to the fixes in #361. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd54d84..d438f26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ matrix: - rvm: jruby-9.2.9.0 env: "CHECK=test" - # Remove the allow_failures section once - # Rubocop is required for Travis to pass a build - allow_failures: - rvm: 2.4.9 env: "CHECK=rubocop"