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 11sudo : false
22language : ruby
33rvm :
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
88matrix :
99 allow_failures :
10- - rvm : ruby-head
10+ - rvm : ruby-head
1111before_install :
12- - gem update --system
13- - gem update bundler
12+ - gem update --system
13+ - gem update bundler
1414script :
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
88group :development do
99 gem 'bump'
1010 gem 'mg' , require : false
11+ gem 'travis' , require : false
1112 platforms :mri , :mingw do
1213 gem 'yard' , require : false
1314 end
You can’t perform that action at this time.
0 commit comments