Skip to content

Commit b6c8ed2

Browse files
committed
Adding Rubocop to CI
1 parent 68e410d commit b6c8ed2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: ruby
22
rvm:
33
- 2.6.5
4-
script:
5-
- bundle exec rspec
4+
jobs:
5+
include:
6+
- script: bundle exec rspec
7+
name: Testing
8+
- script: bundle exec rubocop
9+
name: Linting

Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
gem 'require_all'
88

9-
# Needed for CI
10-
gem 'rake'
11-
129
gem 'rspec'
1310
gem 'rubocop'

0 commit comments

Comments
 (0)