forked from rpush/rpush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
110 lines (103 loc) · 2.42 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
language: ruby
sudo: false
cache: :bundler
compiler: clang
services:
- redis-server
- mongodb
before_script: psql -c 'create database rpush_test;' -U postgres >/dev/null
before_install: gem update bundler
env:
global:
- AMAZON_S3_BUCKET=rpush
- AMAZON_ACCESS_KEY_ID=AKIAIWENGKCRZZX7NGOQ
- secure: "JZSnurdpqClRgy2s99xFaOymuCDaCh8rZmHgj8Wj/KRFNDuEFVq7CgUjAg24shL4aB+uE/sgBemfsuvJLcWT27/7bi1h/idepNdB36l+GhdJj5CovtqPGX9rXv6vp1s0tELgjxTcx17IQ1oZ5iqTozg9UWWpCXtOBB70/aJvTn8="
matrix:
fast_finish: true
include:
- rvm: 2.1.6
gemfile: Gemfile
env: CLIENT=active_record
- rvm: 2.2.2
gemfile: Gemfile
env: CLIENT=active_record
- rvm: 2.3.0
gemfile: Gemfile
env: CLIENT=active_record
- rvm: 2.1.6
gemfile: Gemfile
env: CLIENT=redis
- rvm: 2.2.2
gemfile: Gemfile
env: CLIENT=redis
- rvm: 2.3.0
gemfile: Gemfile
env: CLIENT=redis
- rvm: 2.1.6
gemfile: Gemfile
env: CLIENT=mongoid
- rvm: 2.2.2
gemfile: Gemfile
env: CLIENT=mongoid
- rvm: 2.3.0
gemfile: Gemfile
env: CLIENT=mongoid
- rvm: 2.1.6
gemfile: Gemfile.rails-3
env: CLIENT=redis
- rvm: 2.2.2
gemfile: Gemfile.rails-3
env: CLIENT=redis
- rvm: 2.3.0
gemfile: Gemfile.rails-3
env: CLIENT=redis
- rvm: 2.1.6
gemfile: Gemfile.rails-3
env: CLIENT=active_record
- rvm: 2.2.2
gemfile: Gemfile.rails-3
env: CLIENT=active_record
- rvm: 2.3.0
gemfile: Gemfile.rails-3
env: CLIENT=active_record
- rvm: jruby-1.7.23
gemfile: Gemfile
env: CLIENT=active_record
- rvm: jruby-1.7.23
gemfile: Gemfile
env: CLIENT=redis
- rvm: jruby-1.7.23
gemfile: Gemfile
env: CLIENT=mongoid
- rvm: jruby-9.0.4.0
gemfile: Gemfile
env: CLIENT=active_record
- rvm: jruby-9.0.4.0
gemfile: Gemfile
env: CLIENT=redis
- rvm: jruby-9.0.4.0
gemfile: Gemfile
env: CLIENT=mongoid
allow_failures:
- rvm: 1.9.3
- rvm: jruby-1.7.23
env: CLIENT=active_record
- rvm: jruby-1.7.23
env: CLIENT=redis
- rvm: jruby-1.7.23
env: CLIENT=mongoid
- rvm: jruby-9.0.4.0
env: CLIENT=active_record
- rvm: jruby-9.0.4.0
env: CLIENT=redis
- rvm: jruby-9.0.4.0
env: CLIENT=mongoid
- rvm: rbx-2.5.8
gemfile: Gemfile
env: CLIENT=active_record
- rvm: rbx-2.5.8
gemfile: Gemfile
env: CLIENT=redis
- rvm: rbx-2.5.8
gemfile: Gemfile
env: CLIENT=mongoid