File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
- dist : trusty
2
- group : deprecated-2017Q2
3
1
sudo : required
4
2
language : ruby
5
3
rvm :
8
6
- 2.6.3
9
7
- 2.7.0
10
8
before_install :
11
- - rvm 2.1.10 do gem install mime-types -v 2.6.2
12
9
- gem install bundler -v '< 2'
13
10
before_script :
14
11
- " sudo touch /var/log/stripe-mock-server.log"
@@ -26,4 +23,3 @@ notifications:
26
23
on_success : change # options: [always|never|change] default: always
27
24
on_failure : always # options: [always|never|change] default: always
28
25
on_start : false # default: false
29
-
Original file line number Diff line number Diff line change 33
33
when '2.4.6' then ENV [ 'STRIPE_TEST_SECRET_KEY_A' ]
34
34
when '2.5.5' then ENV [ 'STRIPE_TEST_SECRET_KEY_B' ]
35
35
when '2.6.3' then ENV [ 'STRIPE_TEST_SECRET_KEY_C' ]
36
+ when '2.7.0' then ENV [ 'STRIPE_TEST_SECRET_KEY_D' ]
36
37
end
37
38
else
38
39
api_key = ENV [ 'STRIPE_TEST_SECRET_KEY' ]
You can’t perform that action at this time.
0 commit comments