Skip to content

Commit 33ee6fe

Browse files
committed
travis: update the ruby versions to test against
Remove those lower than 2.2 and add 2.5.
1 parent f948cd1 commit 33ee6fe

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ cache: bundler
33

44
os:
55
- linux
6+
- osx
67

78
rvm:
8-
- 2.0.0
9-
- 2.1.8
109
- 2.2.5
1110
- 2.3.3
1211
- 2.4.0
12+
- 2.5.0
1313
- ruby-head
1414
- rbx-2
1515

@@ -28,15 +28,6 @@ matrix:
2828
allow_failures:
2929
- rvm: rbx-2
3030
- rvm: ruby-head
31-
include:
32-
- os: osx
33-
rvm: 2.0.0
34-
- os: osx
35-
rvm: 2.1.5
36-
- os: osx
37-
rvm: 2.2.2
38-
- os: osx
39-
rvm: rbx-2
4031

4132
git:
4233
submodules: false

0 commit comments

Comments
 (0)