Skip to content

Commit

Permalink
Don't run specs with Rails 6 and older rubies
Browse files Browse the repository at this point in the history
Rails 6 is not supported by old ruby versions
  • Loading branch information
tegon committed Aug 19, 2019
1 parent fc25ab4 commit 6f677ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- ruby-head
- jruby-9.1.17.0
- jruby-9.2.0.0
Expand All @@ -14,6 +15,11 @@ gemfile:
- gemfiles/Gemfile.rails-5-2-stable
- Gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.4.6
gemfile: Gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.17.0
Expand Down

0 comments on commit 6f677ec

Please sign in to comment.