Skip to content

Commit c946630

Browse files
committed
Use the new build env on Travis
more capacity, more ram, dedicated cpu, better networking also changed ruby 2.1 to test against the latest version
1 parent e33ee87 commit c946630

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)