Skip to content

Commit 7e192c7

Browse files
committed
Bump travis versions and remove precise
1 parent b09f7ed commit 7e192c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
language: ruby
44
install: true
55
script: "script/cibuild"
6-
dist: precise
76

87
matrix:
98
include:
109
# Build with latest ruby
11-
- rvm: 2.4.1
10+
- rvm: 2.4
1211
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
1312
# Build with older ruby versions
14-
- rvm: 2.3.4
13+
- rvm: 2.3
1514
env: RUBOCOP_TEST="false" RSPEC_TEST="true"
1615
- rvm: 2.2
1716
env: RUBOCOP_TEST="false" RSPEC_TEST="true"

0 commit comments

Comments
 (0)