Skip to content

Commit

Permalink
Merge pull request #491 from bugsnag/blkperl-ruby25
Browse files Browse the repository at this point in the history
Add ruby25 to TravisCI testing
  • Loading branch information
snmaynard committed Oct 24, 2018
2 parents f832296 + 64e2432 commit 2cb3f37
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +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 coverage"
rvm: 2.3.0
- GEMSETS="test sidekiq"
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
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test rubocop"
rvm: 2.4.1
rvm: 2.5
script: bundle exec ./bin/rubocop lib/
# - stage: test
# addons:
Expand Down

0 comments on commit 2cb3f37

Please sign in to comment.