We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09f7ed commit 7e192c7Copy full SHA for 7e192c7
1 file changed
.travis.yml
@@ -3,15 +3,14 @@
3
language: ruby
4
install: true
5
script: "script/cibuild"
6
-dist: precise
7
8
matrix:
9
include:
10
# Build with latest ruby
11
- - rvm: 2.4.1
+ - rvm: 2.4
12
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
13
# Build with older ruby versions
14
- - rvm: 2.3.4
+ - rvm: 2.3
15
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
16
- rvm: 2.2
17
0 commit comments