Skip to content

Commit

Permalink
Merge fe621e4 into f832296
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 23, 2018
2 parents f832296 + fe621e4 commit 18b06b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,23 @@ jobs:
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq coverage"
- GEMSETS="test sidekiq"
rvm: 2.3.0
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq"
rvm: 2.4.1
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq coverage"
rvm: 2.5.1
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test rubocop"
rvm: 2.4.1
rvm: 2.5.1
script: bundle exec ./bin/rubocop lib/
# - stage: test
# addons:
Expand Down

0 comments on commit 18b06b0

Please sign in to comment.