Skip to content

Commit e6a139a

Browse files
authored
Revert "Adding Rubocop to Gemfile and Travis CI"
1 parent 4ff0fef commit e6a139a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

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

Gemfile

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

0 commit comments

Comments
 (0)