Skip to content

Commit 1b8bcc7

Browse files
authored
Merge pull request #735 from TheSmartnik/master
Fix tests
2 parents b515128 + 650a803 commit 1b8bcc7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.travis.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: ruby
22

3+
before_install:
4+
- gem update --system 2.6.14
5+
- gem --version
6+
37
script: make test
48

59
rvm:
610
- 2.2.2
711
- 2.3.3
812
- 2.4.1
9-
- jruby-9
13+
- jruby-9.1.15.0
1014
- rbx-3
1115

1216
gemfile: ".travis/Gemfile"
@@ -38,30 +42,30 @@ branches:
3842
matrix:
3943
exclude:
4044
# hiredis
41-
- rvm: jruby-9
45+
- rvm: jruby-9.1.15.0
4246
gemfile: .travis/Gemfile
4347
env: DRIVER=hiredis REDIS_BRANCH=3.0
44-
- rvm: jruby-9
48+
- rvm: jruby-9.1.15.0
4549
gemfile: .travis/Gemfile
4650
env: DRIVER=hiredis REDIS_BRANCH=3.2
47-
- rvm: jruby-9
51+
- rvm: jruby-9.1.15.0
4852
gemfile: .travis/Gemfile
4953
env: DRIVER=hiredis REDIS_BRANCH=3.0
50-
- rvm: jruby-9
54+
- rvm: jruby-9.1.15.0
5155
gemfile: .travis/Gemfile
5256
env: DRIVER=hiredis REDIS_BRANCH=3.2
5357

5458
# synchrony
55-
- rvm: jruby-9
59+
- rvm: jruby-9.1.15.0
5660
gemfile: .travis/Gemfile
5761
env: DRIVER=synchrony REDIS_BRANCH=3.0
58-
- rvm: jruby-9
62+
- rvm: jruby-9.1.15.0
5963
gemfile: .travis/Gemfile
6064
env: DRIVER=synchrony REDIS_BRANCH=3.2
61-
- rvm: jruby-9
65+
- rvm: jruby-9.1.15.0
6266
gemfile: .travis/Gemfile
6367
env: DRIVER=synchrony REDIS_BRANCH=3.0
64-
- rvm: jruby-9
68+
- rvm: jruby-9.1.15.0
6569
gemfile: .travis/Gemfile
6670
env: DRIVER=synchrony REDIS_BRANCH=3.2
6771
allow_failures:

0 commit comments

Comments
 (0)