We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a724d58 + 8cb08e7 commit 4ff0fefCopy full SHA for 4ff0fef
.travis.yml
@@ -1,6 +1,9 @@
1
language: ruby
2
rvm:
3
- 2.3.0
4
+script:
5
+ - rubocop
6
+ - rake
7
after_success: coveralls
8
notifications:
9
email:
Gemfile
@@ -20,4 +20,5 @@ group :test do
20
gem 'shoulda'
21
gem 'shoulda-matchers'
22
gem 'shoulda-context'
23
+ gem 'rubocop', require: false
24
end
0 commit comments