Skip to content

Commit

Permalink
Update ruby to 2.6.1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Mar 18, 2019
1 parent 049245e commit a1634b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial
language: ruby
rvm:
- 2.6.0
- 2.6.1
- 2.5.3
- 2.4.5
- 2.3.8
Expand All @@ -20,15 +20,15 @@ jobs:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-master
exclude:
- rvm: 2.6.0
- rvm: 2.6.1
gemfile: gemfiles/Gemfile.rails-4-2
- rvm: 2.4.5
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.3.8
gemfile: gemfiles/Gemfile.rails-master
include:
- stage: Beta release
rvm: 2.6.0
rvm: 2.6.1
script: echo "Deploy to rubygems.org..."
deploy:
provider: rubygems
Expand Down

0 comments on commit a1634b7

Please sign in to comment.