Skip to content

Commit 4dd72da

Browse files
committed
test: Exclude a few more things
em-synchrony never worked on <1.9
1 parent f00c553 commit 4dd72da

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

.travis.yml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,48 @@ matrix:
3838
# hiredis
3939
- rvm: jruby-18mode
4040
gemfile: .travis/Gemfile
41-
env: conn=hiredis REDIS_BRANCH=2.8
41+
env: conn=hiredis REDIS_BRANCH=3.0
42+
- rvm: jruby-18mode
43+
gemfile: .travis/Gemfile
44+
env: conn=hiredis REDIS_BRANCH=3.2
45+
- rvm: jruby-19mode
46+
gemfile: .travis/Gemfile
47+
env: conn=hiredis REDIS_BRANCH=3.0
4248
- rvm: jruby-19mode
4349
gemfile: .travis/Gemfile
44-
env: conn=hiredis REDIS_BRANCH=2.8
50+
env: conn=hiredis REDIS_BRANCH=3.2
4551
- rvm: jruby-9.0.5.0
4652
gemfile: .travis/Gemfile
47-
env: conn=hiredis REDIS_BRANCH=2.8
53+
env: conn=hiredis REDIS_BRANCH=3.0
54+
- rvm: jruby-9.0.5.0
55+
gemfile: .travis/Gemfile
56+
env: conn=hiredis REDIS_BRANCH=3.2
4857

4958
# synchrony
5059
- rvm: 1.8.7
5160
gemfile: .travis/Gemfile
52-
env: conn=synchrony REDIS_BRANCH=2.8
61+
env: conn=synchrony REDIS_BRANCH=3.0
62+
- rvm: 1.8.7
63+
gemfile: .travis/Gemfile
64+
env: conn=synchrony REDIS_BRANCH=3.2
65+
- rvm: jruby-18mode
66+
gemfile: .travis/Gemfile
67+
env: conn=synchrony REDIS_BRANCH=3.0
5368
- rvm: jruby-18mode
5469
gemfile: .travis/Gemfile
55-
env: conn=synchrony REDIS_BRANCH=2.8
70+
env: conn=synchrony REDIS_BRANCH=3.2
5671
- rvm: jruby-19mode
5772
gemfile: .travis/Gemfile
58-
env: conn=synchrony REDIS_BRANCH=2.8
73+
env: conn=synchrony REDIS_BRANCH=3.0
74+
- rvm: jruby-19mode
75+
gemfile: .travis/Gemfile
76+
env: conn=synchrony REDIS_BRANCH=3.2
77+
- rvm: jruby-9.0.5.0
78+
gemfile: .travis/Gemfile
79+
env: conn=synchrony REDIS_BRANCH=3.0
5980
- rvm: jruby-9.0.5.0
6081
gemfile: .travis/Gemfile
61-
env: conn=synchrony REDIS_BRANCH=2.8
82+
env: conn=synchrony REDIS_BRANCH=3.2
6283
allow_failures:
6384
- rvm: rbx-2
6485

0 commit comments

Comments
 (0)