Skip to content

Commit e0cc2a3

Browse files
authored
Merge pull request #290 from aws/revert-289-linter-exp
Revert "Adding Rubocop to Gemfile and Travis CI"
2 parents 4ff0fef + e6a139a commit e0cc2a3

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)