Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit fced65e

Browse files
author
Tom Scott
committed
Automatically release to RubyGems when new tags are pushed to GitHub
1 parent 89c209b commit fced65e

File tree

1 file changed

+36
-29
lines changed

1 file changed

+36
-29
lines changed

.travis.yml

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,46 @@
11
language: ruby
2-
script: 'bundle exec rake'
2+
script: bundle exec rake
33
rvm:
4-
- 2.0
5-
- 2.1
6-
- 2.2
7-
- 2.3
8-
- 2.4
9-
- ruby-head
10-
- jruby-head
4+
- 2.0
5+
- 2.1
6+
- 2.2
7+
- 2.3
8+
- 2.4
9+
- ruby-head
10+
- jruby-head
1111
services:
12-
- redis-server
12+
- redis-server
1313
matrix:
1414
allow_failures:
15-
- rvm: jruby-head
16-
- rvm: ruby-head
15+
- rvm: jruby-head
16+
- rvm: ruby-head
1717
exclude:
18-
- rvm: 2.0
19-
gemfile: gemfiles/activesupport_50.gemfile
20-
- rvm: 2.1
21-
gemfile: gemfiles/activesupport_50.gemfile
22-
- rvm: 2.0
23-
gemfile: gemfiles/activesupport_51.gemfile
24-
- rvm: 2.1
25-
gemfile: gemfiles/activesupport_51.gemfile
26-
- rvm: 2.0
27-
gemfile: gemfiles/activesupport_52.gemfile
28-
- rvm: 2.1
29-
gemfile: gemfiles/activesupport_52.gemfile
18+
- rvm: 2.0
19+
gemfile: gemfiles/activesupport_50.gemfile
20+
- rvm: 2.1
21+
gemfile: gemfiles/activesupport_50.gemfile
22+
- rvm: 2.0
23+
gemfile: gemfiles/activesupport_51.gemfile
24+
- rvm: 2.1
25+
gemfile: gemfiles/activesupport_51.gemfile
26+
- rvm: 2.0
27+
gemfile: gemfiles/activesupport_52.gemfile
28+
- rvm: 2.1
29+
gemfile: gemfiles/activesupport_52.gemfile
3030
notifications:
3131
webhooks: https://www.travisbuddy.com/
3232
on_success: never
33-
# Put this in your .travis.yml
3433
gemfile:
35-
- gemfiles/activesupport_3.gemfile
36-
- gemfiles/activesupport_4.gemfile
37-
- gemfiles/activesupport_50.gemfile
38-
- gemfiles/activesupport_51.gemfile
39-
- gemfiles/activesupport_52.gemfile
34+
- gemfiles/activesupport_3.gemfile
35+
- gemfiles/activesupport_4.gemfile
36+
- gemfiles/activesupport_50.gemfile
37+
- gemfiles/activesupport_51.gemfile
38+
- gemfiles/activesupport_52.gemfile
39+
deploy:
40+
provider: rubygems
41+
api_key:
42+
secure: VHWLUgCtqlKjeS5uGOxS4tnEUSPiapyvBvgSpr+FUeQnjAE9jgJvz+rAmiNy/pp8fAhjH5FdyIUXuh2rE2sWcBYrOa1rCvrc7eBHdnpZ4U7ULJwQKhC/4dOE33ClaZX2pex4pv12I2218ZH5TsqdmQ0Ci0ccfNZJv0vs+IFP+kQ=
43+
gem: redis-activesupport
44+
on:
45+
tags: true
46+
repo: redis-store/redis-activesupport

0 commit comments

Comments
 (0)