Skip to content

Commit

Permalink
Run Rubocop in parallel on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Dec 23, 2017
1 parent 7d61a13 commit ef94858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ env:
LC_ALL=en_US.UTF_8
LANG=en_US.UTF_8

jobs:
include:
- script: bundle exec rake rubocop
env: JOB=rubocop
rvm: "2.4"

matrix:
fast_finish: true
include:
Expand Down

0 comments on commit ef94858

Please sign in to comment.