forked from redis-store/redis-activesupport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (47 loc) · 1.12 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
language: ruby
script: bundle exec rake
rvm:
- 2.0
- 2.1
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
- jruby-head
services:
- redis-server
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
exclude:
- rvm: 2.0
gemfile: gemfiles/activesupport_50.gemfile
- rvm: 2.1
gemfile: gemfiles/activesupport_50.gemfile
- rvm: 2.0
gemfile: gemfiles/activesupport_51.gemfile
- rvm: 2.1
gemfile: gemfiles/activesupport_51.gemfile
- rvm: 2.0
gemfile: gemfiles/activesupport_52.gemfile
- rvm: 2.1
gemfile: gemfiles/activesupport_52.gemfile
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never
gemfile:
- gemfiles/activesupport_3.gemfile
- gemfiles/activesupport_4.gemfile
- gemfiles/activesupport_50.gemfile
- gemfiles/activesupport_51.gemfile
- gemfiles/activesupport_52.gemfile
deploy:
provider: rubygems
api_key:
secure: VHWLUgCtqlKjeS5uGOxS4tnEUSPiapyvBvgSpr+FUeQnjAE9jgJvz+rAmiNy/pp8fAhjH5FdyIUXuh2rE2sWcBYrOa1rCvrc7eBHdnpZ4U7ULJwQKhC/4dOE33ClaZX2pex4pv12I2218ZH5TsqdmQ0Ci0ccfNZJv0vs+IFP+kQ=
gem: redis-activesupport
on:
tags: true
repo: redis-store/redis-activesupport