File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : ruby
3
3
rvm :
4
- - 2.2.7
5
- - 2.3.4
6
- - 2.4.1
7
- - ruby-head
4
+ - 2.2.7
5
+ - 2.3.4
6
+ - 2.4.1
7
+ - ruby-head
8
8
matrix :
9
9
allow_failures :
10
- - rvm : ruby-head
10
+ - rvm : ruby-head
11
11
before_install :
12
- - gem update --system
13
- - gem update bundler
12
+ - gem update --system
13
+ - gem update bundler
14
14
script :
15
- - bundle exec rubocop && bundle exec rspec
15
+ - bundle exec rubocop && bundle exec rspec
16
+ deploy :
17
+ provider : rubygems
18
+ api_key :
19
+ secure : Y7DUitak26kcRAAkgph/7m6Y1wHeObD0BelSSJbmCfjkRd/qaVy7fz9VvHL9zxlRJtLGVHInyCnwcfzinibY6OFd3MoMYHKv8GFa2LxLJNEVSY46KQYFxfH5JTg1ejh6ldoJRRBoeOx9dcWS80pRNjYMKPGnpSz7yDBl1azibFs=
20
+ gem : annotate
21
+ on :
22
+ tags : true
23
+ repo : ctran/annotate_models
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ gem 'rake', require: false
8
8
group :development do
9
9
gem 'bump'
10
10
gem 'mg' , require : false
11
+ gem 'travis' , require : false
11
12
platforms :mri , :mingw do
12
13
gem 'yard' , require : false
13
14
end
You can’t perform that action at this time.
0 commit comments