Skip to content

Commit 2f13abe

Browse files
Update the list of ruby versions to build on Travis
This adds the latest 2.3.0 release to the Travis config, updates to the latest 2.1.x and 2.2.x versions and drops the builds against 1.9.3 (which has been unsupported for quite a while). Also change the way we specify builds for OS X and only run builds for supported versions.
1 parent e9f4cbe commit 2f13abe

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)