Skip to content

Commit 0b7e98f

Browse files
authored
Replacing ruby with rvm in build matrix
1 parent 9b79c97 commit 0b7e98f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ language: ruby
33
matrix:
44
include:
55
- os: linux
6-
ruby: 2.2.2
6+
rvm: 2.2.2
77
- os: linux
8-
ruby: 2.2.1
8+
rvm: 2.2.1
99
- os: linux
10-
ruby: 1.9.3
10+
rvm: 1.9.3
1111
- os: linux
12-
ruby: 1.8.7
12+
rvm: 1.8.7
1313
- os: osx
14-
ruby: 2.2.2
14+
rvm: 2.2.2
1515
- os: osx
16-
ruby: 2.2.1
16+
rvm: 2.2.1
1717
- os: osx
18-
ruby: 1.9.3
18+
rvm: 1.9.3
1919

2020

0 commit comments

Comments
 (0)