Skip to content

Commit

Permalink
Update travis config to use 6.0 instead of rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
smudge authored and excpt committed Jul 7, 2020
1 parent e19fee8 commit b9b1b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -12,7 +12,7 @@ gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.rc1.gemfile
- gemfiles/rails_6.0.gemfile
script: "bundle exec rspec && bundle exec codeclimate-test-reporter"
before_install:
- sudo add-apt-repository ppa:chris-lea/libsodium -y
Expand All @@ -23,7 +23,7 @@ before_install:
matrix:
fast_finish: true
exclude:
- gemfile: gemfiles/rails_6.rc1.gemfile
- gemfile: gemfiles/rails_6.0.gemfile
rvm: 2.3
- gemfile: gemfiles/rails_6.rc1.gemfile
- gemfile: gemfiles/rails_6.0.gemfile
rvm: 2.4
7 changes: 0 additions & 7 deletions gemfiles/rails_6.rc1.gemfile

This file was deleted.

0 comments on commit b9b1b03

Please sign in to comment.