Skip to content

Commit

Permalink
Travis25: Made rvm version patch independent (except for 1.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 24, 2018
1 parent fe621e4 commit 64e2432
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,40 @@ jobs:
- BUNDLE_VERSION=1.12.0
- GEMSETS=test
- stage: test
rvm: 2.0.0
rvm: 2.0
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS=test
- stage: test
rvm: 2.1.
rvm: 2.1
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS=test
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq"
rvm: 2.2.4
rvm: 2.2
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq"
rvm: 2.3.0
rvm: 2.3
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq"
rvm: 2.4.1
rvm: 2.4
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq coverage"
rvm: 2.5.1
rvm: 2.5
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test rubocop"
rvm: 2.5.1
rvm: 2.5
script: bundle exec ./bin/rubocop lib/
# - stage: test
# addons:
Expand Down

0 comments on commit 64e2432

Please sign in to comment.