Skip to content

Commit 06330b8

Browse files
Merge pull request #556 from libgit2/arthur/update-ruby
Update the list of ruby versions to build on Travis
2 parents e9f4cbe + 2f13abe commit 06330b8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.travis.yml

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

44
os:
55
- linux
6-
- osx
76

87
rvm:
9-
- 1.9.3
108
- 2.0.0
11-
- 2.1.7
12-
- 2.2.3
9+
- 2.1.8
10+
- 2.2.4
11+
- 2.3.0
1312
- ruby-head
1413
- rbx-2
1514

@@ -28,6 +27,15 @@ matrix:
2827
allow_failures:
2928
- rvm: rbx-2
3029
- rvm: ruby-head
30+
include:
31+
- os: osx
32+
rvm: 2.0.0
33+
- os: osx
34+
rvm: 2.1.5
35+
- os: osx
36+
rvm: 2.2.2
37+
- os: osx
38+
rvm: rbx-2
3139

3240
before_install:
3341
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi

0 commit comments

Comments
 (0)