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 e33ee87 + c946630 commit 5b7fbe1Copy full SHA for 5b7fbe1
.travis.yml
@@ -1,18 +1,15 @@
1
language: ruby
2
3
-branches:
4
- only:
5
- - master
6
-
7
rvm:
8
- 1.8.7
9
- 1.9.3
10
- - 2.1.0
+ - 2.1
11
- jruby-18mode
12
- jruby-19mode
13
14
-gemfile:
15
- - .travis/Gemfile
+gemfile: ".travis/Gemfile"
+
+sudo: false
16
17
env:
18
global:
@@ -24,6 +21,10 @@ env:
24
21
- conn=synchrony REDIS_BRANCH=2.8
25
22
- conn=ruby REDIS_BRANCH=unstable
26
23
+branches:
+ only:
+ - master
27
28
matrix:
29
exclude:
30
# hiredis
0 commit comments