Skip to content

Commit

Permalink
CI against Ruby 2.7.0 (#643)
Browse files Browse the repository at this point in the history
Ruby 2.7.0 has been released and available on Travis CI.

- https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
- http://rubies.travis-ci.org/
  • Loading branch information
koic authored and iliabylich committed Dec 30, 2019
1 parent bf88b02 commit 384d9a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ matrix:
- name: 2.6.5 / Parser tests
rvm: 2.6.5
script: bundle exec rake test_cov
- name: 2.7.0 / Parser tests
rvm: 2.7.0
script: bundle exec rake test_cov
- name: ruby-head / Parser tests
rvm: ruby-head
script: bundle exec rake test_cov
Expand All @@ -35,6 +38,9 @@ matrix:
- name: 2.6.5 / Rubocop tests
rvm: 2.6.5
script: ./ci/run_rubocop_specs
- name: 2.7.0 / Rubocop tests
rvm: 2.7.0
script: ./ci/run_rubocop_specs
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
Expand Down

0 comments on commit 384d9a3

Please sign in to comment.