Skip to content

Commit

Permalink
[CI] Test against Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger committed Feb 23, 2018
1 parent 7f363bb commit 68ba33c
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Expand Up @@ -13,23 +13,28 @@ language:
- ruby
rvm:
- 2.0.0-p648
- 2.1.8
- 2.2.4
- 2.3.4
- 2.4.1
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
matrix:
exclude:
- rvm: 2.0.0-p648
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.0.0-p648
gemfile: gemfiles/rails5.1.gemfile
- rvm: 2.1.8
- rvm: 2.1.10
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.1.8
- rvm: 2.1.10
gemfile: gemfiles/rails5.1.gemfile
- rvm: 2.4.1
- rvm: 2.4.3
gemfile: gemfiles/rails4.0.gemfile
- rvm: 2.4.1
- rvm: 2.4.3
gemfile: gemfiles/rails4.1.gemfile
- rvm: 2.5.0
gemfile: gemfiles/rails4.0.gemfile
- rvm: 2.5.0
gemfile: gemfiles/rails4.1.gemfile

script: 'bundle exec rake spec'
Expand Down

0 comments on commit 68ba33c

Please sign in to comment.