Skip to content

Commit 9b00547

Browse files
authored
[CI] Test against Ruby 2.5
1 parent a4f7b42 commit 9b00547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ script: "script/cibuild"
77
matrix:
88
include:
99
# Build with latest ruby
10-
- rvm: 2.4
10+
- rvm: 2.5
1111
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
1212
# Build with older ruby versions
13+
- rvm: 2.4
14+
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
1315
- rvm: 2.3.2
1416
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
1517
- rvm: 2.2.3

0 commit comments

Comments
 (0)