File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,36 @@ sudo: false
2
2
language : ruby
3
3
rvm :
4
4
- 2.2.7
5
- - 2.3.4
6
- - 2.4.1
5
+ - 2.3.8
6
+ - 2.4.6
7
+ - 2.5.5
7
8
- 2.6.0
9
+ - 2.6.1
10
+ - 2.6.2
11
+ - 2.6.3
8
12
- ruby-head
13
+
9
14
matrix :
10
15
allow_failures :
11
16
- rvm : ruby-head
17
+
12
18
before_install :
13
19
- gem update --system
14
20
- gem update bundler
21
+
15
22
script :
16
23
- bundle exec rubocop && bundle exec rspec
17
- deploy :
18
- provider : rubygems
19
- api_key :
20
- secure : Y7DUitak26kcRAAkgph/7m6Y1wHeObD0BelSSJbmCfjkRd/qaVy7fz9VvHL9zxlRJtLGVHInyCnwcfzinibY6OFd3MoMYHKv8GFa2LxLJNEVSY46KQYFxfH5JTg1ejh6ldoJRRBoeOx9dcWS80pRNjYMKPGnpSz7yDBl1azibFs=
21
- gem : annotate
22
- on :
23
- tags : true
24
- repo : ctran/annotate_models
24
+
25
+ jobs :
26
+ include :
27
+ - stage : gem release
28
+ if : tag =~ ^v
29
+ rvm : 2.6.0
30
+ script : echo "Deploying to rubygems.org ..."
31
+ deploy :
32
+ provider : rubygems
33
+ api_key : $RUBYGEMS_API_KEY
34
+ gem : annotate
35
+ on :
36
+ tags : true
37
+ repo : ctran/annotate_models
You can’t perform that action at this time.
0 commit comments