File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: false
5
5
6
6
os :
7
7
- linux
8
- - osx
8
+ # - osx
9
9
10
10
rvm :
11
11
- " 2.1" # latest 2.1.x
@@ -37,12 +37,23 @@ before_install:
37
37
# stick to bundler 1.x in order to support ruby < 2.3
38
38
- gem install bundler -v '~> 1.17'
39
39
40
- # Travis OS X support is pretty janky. These are some hacks to include tests
41
- # only on versions that actually work.
42
- # (last tested: 2016-11)
40
+ # Travis macOS support is pretty janky. These are some hacks to include tests
41
+ # only on versions that actually work. We test on macOS because Apple monkey
42
+ # patches OpenSSL to have different behavior, and we want to ensure that SSL
43
+ # verification at least is broken in the expected ways on macOS.
44
+ # (last tested: 2019-08)
43
45
matrix :
44
46
# exclude: {}
45
- # include: {}
47
+ include :
48
+ # test only a few versions on mac
49
+ - os : osx
50
+ rvm : 2.6.3
51
+ - os : osx
52
+ rvm : ruby-head
53
+ - os : osx
54
+ rvm : jruby-9.1.9.0
55
+ - os : osx
56
+ rvm : jruby-head
46
57
47
58
allow_failures :
48
59
- rvm : ' ruby-head'
You can’t perform that action at this time.
0 commit comments