Skip to content

Commit e33ee87

Browse files
committed
Remove old stuff from Travis build.
1 parent e95e40f commit e33ee87

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ branches:
66

77
rvm:
88
- 1.8.7
9-
- 1.9.2
109
- 1.9.3
11-
- 2.0.0
1210
- 2.1.0
1311
- jruby-18mode
1412
- jruby-19mode
@@ -21,32 +19,31 @@ env:
2119
- VERBOSE=true
2220
- TIMEOUT=1
2321
matrix:
24-
- conn=ruby REDIS_BRANCH=2.6
25-
- conn=hiredis REDIS_BRANCH=2.6
26-
- conn=synchrony REDIS_BRANCH=2.6
2722
- conn=ruby REDIS_BRANCH=2.8
23+
- conn=hiredis REDIS_BRANCH=2.8
24+
- conn=synchrony REDIS_BRANCH=2.8
2825
- conn=ruby REDIS_BRANCH=unstable
2926

3027
matrix:
3128
exclude:
3229
# hiredis
3330
- rvm: jruby-18mode
3431
gemfile: .travis/Gemfile
35-
env: conn=hiredis REDIS_BRANCH=2.6
32+
env: conn=hiredis REDIS_BRANCH=2.8
3633
- rvm: jruby-19mode
3734
gemfile: .travis/Gemfile
38-
env: conn=hiredis REDIS_BRANCH=2.6
35+
env: conn=hiredis REDIS_BRANCH=2.8
3936

4037
# synchrony
4138
- rvm: 1.8.7
4239
gemfile: .travis/Gemfile
43-
env: conn=synchrony REDIS_BRANCH=2.6
40+
env: conn=synchrony REDIS_BRANCH=2.8
4441
- rvm: jruby-18mode
4542
gemfile: .travis/Gemfile
46-
env: conn=synchrony REDIS_BRANCH=2.6
43+
env: conn=synchrony REDIS_BRANCH=2.8
4744
- rvm: jruby-19mode
4845
gemfile: .travis/Gemfile
49-
env: conn=synchrony REDIS_BRANCH=2.6
46+
env: conn=synchrony REDIS_BRANCH=2.8
5047

5148
notifications:
5249
irc:

0 commit comments

Comments
 (0)