Require rubocop checks in Travis

This commit updates Travis to require Rubocop to pass. This is possible
now due to the fixes in #361.
This commit is contained in:
Brandon High 2020-03-05 17:28:33 -08:00
parent 57d2010db0
commit d20e2a89b5
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE

View file

@ -16,9 +16,6 @@ matrix:
- rvm: jruby-9.2.9.0 - rvm: jruby-9.2.9.0
env: "CHECK=test" env: "CHECK=test"
# Remove the allow_failures section once
# Rubocop is required for Travis to pass a build
allow_failures:
- rvm: 2.4.9 - rvm: 2.4.9
env: "CHECK=rubocop" env: "CHECK=rubocop"