Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 6d1e9c5

Browse files
committed
Shorten Ruby versions in Travis config
1 parent 7efd3c0 commit 6d1e9c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: ruby
22
rvm:
33
- 2.3.1
4-
- 2.2.5
5-
- 2.1.9
4+
- 2.2
5+
- 2.1
66
- rbx
77
matrix:
88
include:
9-
- rvm: ruby-2.2.5
9+
- rvm: 2.2
1010
os: osx
1111
osx_image: xcode7.3
12-
- rvm: ruby-2.2.5
12+
- rvm: 2.2
1313
os: osx
1414
osx_image: xcode6.4
1515
- rvm: system

0 commit comments

Comments
 (0)