Skip to content

Commit 41d473d

Browse files
committed
Try slightly older ruby versions?
1 parent c933af1 commit 41d473d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ matrix:
1313
- rvm: 2.4
1414
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
1515
# Build with older ruby versions
16-
- rvm: 2.3
16+
- rvm: 2.3.2
1717
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
18-
- rvm: 2.2
18+
- rvm: 2.2.3
1919
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
2020
- rvm: 2.1
2121
env: RUBOCOP_TEST="false" RSPEC_TEST="true"

0 commit comments

Comments
 (0)