From c319240174eb8ed5b874ed7f18cc36841e207bf4 Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Thu, 4 Jun 2015 11:57:25 -0400 Subject: [PATCH] run rubocop on CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5402341..2e3f4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: allow_failures: - rvm: jruby-head -script: "rake test" +script: "rake" notifications: disable: true