We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f7b42 commit 9b00547Copy full SHA for 9b00547
1 file changed
.travis.yml
@@ -7,9 +7,11 @@ script: "script/cibuild"
7
matrix:
8
include:
9
# Build with latest ruby
10
- - rvm: 2.4
+ - rvm: 2.5
11
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
12
# Build with older ruby versions
13
+ - rvm: 2.4
14
+ env: RUBOCOP_TEST="true" RSPEC_TEST="true"
15
- rvm: 2.3.2
16
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
17
- rvm: 2.2.3
0 commit comments