Skip to content

Commit

Permalink
Add Ruby 2.7 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Jan 9, 2020
1 parent 164aad0 commit 0e3ed76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7

matrix:
fast_finish: true
include:
# Only run RuboCop and Yardstick metrics on the latest Ruby
- rvm: 2.6
- rvm: 2.7
env: SUITE="rubocop"
- rvm: 2.6
- rvm: 2.7
env: SUITE="yardstick"

branches:
Expand Down

0 comments on commit 0e3ed76

Please sign in to comment.