Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
a9a31217
Unverified
Commit
a9a31217
authored
Apr 20, 2018
by
Cuong Tran
Committed by
GitHub
Apr 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto deploy to rubygems on tags (#554)
parent
85a9473e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
.travis.yml
.travis.yml
+15
-7
Gemfile
Gemfile
+1
-0
No files found.
.travis.yml
View file @
a9a31217
sudo
:
false
language
:
ruby
rvm
:
-
2.2.7
-
2.3.4
-
2.4.1
-
ruby-head
-
2.2.7
-
2.3.4
-
2.4.1
-
ruby-head
matrix
:
allow_failures
:
-
rvm
:
ruby-head
before_install
:
-
gem update --system
-
gem update bundler
-
gem update --system
-
gem update bundler
script
:
-
bundle exec rubocop && bundle exec rspec
-
bundle exec rubocop && bundle exec rspec
deploy
:
provider
:
rubygems
api_key
:
secure
:
Y7DUitak26kcRAAkgph/7m6Y1wHeObD0BelSSJbmCfjkRd/qaVy7fz9VvHL9zxlRJtLGVHInyCnwcfzinibY6OFd3MoMYHKv8GFa2LxLJNEVSY46KQYFxfH5JTg1ejh6ldoJRRBoeOx9dcWS80pRNjYMKPGnpSz7yDBl1azibFs=
gem
:
annotate
on
:
tags
:
true
repo
:
ctran/annotate_models
Gemfile
View file @
a9a31217
...
...
@@ -8,6 +8,7 @@ gem 'rake', require: false
group
:development
do
gem
'
bump
'
gem
'
mg
'
,
require:
false
gem
'
travis
'
,
require:
false
platforms
:mri
,
:mingw
do
gem
'
yard
'
,
require:
false
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment