Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 7b21e51

Browse files
committed
Added Ruby 2.7 to the test environments
1 parent 49e2d2a commit 7b21e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ matrix:
1212
- rvm: 2.4
1313
- rvm: 2.5
1414
- rvm: 2.6
15+
- rvm: 2.7
1516
env:
1617
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1718
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)

0 commit comments

Comments
 (0)