|
1 | 1 | language: ruby |
2 | | -script: 'bundle exec rake' |
| 2 | +script: bundle exec rake |
3 | 3 | 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 |
11 | 11 | services: |
12 | | - - redis-server |
| 12 | +- redis-server |
13 | 13 | matrix: |
14 | 14 | allow_failures: |
15 | | - - rvm: jruby-head |
16 | | - - rvm: ruby-head |
| 15 | + - rvm: jruby-head |
| 16 | + - rvm: ruby-head |
17 | 17 | 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 |
30 | 30 | notifications: |
31 | 31 | webhooks: https://www.travisbuddy.com/ |
32 | 32 | on_success: never |
33 | | -# Put this in your .travis.yml |
34 | 33 | 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