Skip to content

Commit 5b7fbe1

Browse files
committed
Merge pull request #483 from joshk/patch-1
Use the new build env on Travis
2 parents e33ee87 + c946630 commit 5b7fbe1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
language: ruby
22

3-
branches:
4-
only:
5-
- master
6-
73
rvm:
84
- 1.8.7
95
- 1.9.3
10-
- 2.1.0
6+
- 2.1
117
- jruby-18mode
128
- jruby-19mode
139

14-
gemfile:
15-
- .travis/Gemfile
10+
gemfile: ".travis/Gemfile"
11+
12+
sudo: false
1613

1714
env:
1815
global:
@@ -24,6 +21,10 @@ env:
2421
- conn=synchrony REDIS_BRANCH=2.8
2522
- conn=ruby REDIS_BRANCH=unstable
2623

24+
branches:
25+
only:
26+
- master
27+
2728
matrix:
2829
exclude:
2930
# hiredis

0 commit comments

Comments
 (0)