We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9f4cbe + 2f13abe commit 06330b8Copy full SHA for 06330b8
.travis.yml
@@ -3,13 +3,12 @@ cache: bundler
3
4
os:
5
- linux
6
- - osx
7
8
rvm:
9
- - 1.9.3
10
- 2.0.0
11
- - 2.1.7
12
- - 2.2.3
+ - 2.1.8
+ - 2.2.4
+ - 2.3.0
13
- ruby-head
14
- rbx-2
15
@@ -28,6 +27,15 @@ matrix:
28
27
allow_failures:
29
- rvm: rbx-2
30
- rvm: ruby-head
+ include:
31
+ - os: osx
32
+ rvm: 2.0.0
33
34
+ rvm: 2.1.5
35
36
+ rvm: 2.2.2
37
38
+ rvm: rbx-2
39
40
before_install:
41
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
0 commit comments