Skip to content

Commit

Permalink
Add a 'rake rubocop' and configure travis to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Jan 6, 2017
1 parent 8bb5e41 commit 27ae835
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: ruby
rvm:
- 2.3.3
sudo: false
cache: bundler
6 changes: 6 additions & 0 deletions Rakefile
@@ -0,0 +1,6 @@
# frozen_string_literal: true
require 'rubocop/rake_task'

RuboCop::RakeTask.new

task default: %w(rubocop)

0 comments on commit 27ae835

Please sign in to comment.