Skip to content

Commit 2af0a71

Browse files
author
Kevin Paulisse
committed
Explicitly name ruby 2.3 and 2.4 versions of travis
1 parent 08222aa commit 2af0a71

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
@@ -7,10 +7,10 @@ script: "script/cibuild"
77
matrix:
88
include:
99
# Build with latest ruby
10-
- rvm: 2.4
10+
- rvm: 2.4.1
1111
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
1212
# Build with older ruby versions
13-
- rvm: 2.3
13+
- rvm: 2.3.4
1414
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
1515
- rvm: 2.2
1616
env: RUBOCOP_TEST="false" RSPEC_TEST="true"

0 commit comments

Comments
 (0)