Skip to content

Commit 4ff0fef

Browse files
authored
Merge pull request #289 from vrr-21/linter-exp
Adding Rubocop to Gemfile and Travis CI
2 parents a724d58 + 8cb08e7 commit 4ff0fef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: ruby
22
rvm:
33
- 2.3.0
4+
script:
5+
- rubocop
6+
- rake
47
after_success: coveralls
58
notifications:
69
email:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ group :test do
2020
gem 'shoulda'
2121
gem 'shoulda-matchers'
2222
gem 'shoulda-context'
23+
gem 'rubocop', require: false
2324
end

0 commit comments

Comments
 (0)