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
b56e89df
Unverified
Commit
b56e89df
authored
May 08, 2019
by
Cuong Tran
Committed by
GitHub
May 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move gem publish to separate stage in Travis (#618)
Travis was trying to publish gem multiple times in the matrix builds. This should restrict the gem publish to a single build.
parent
289621b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
10 deletions
+23
-10
.travis.yml
.travis.yml
+23
-10
No files found.
.travis.yml
View file @
b56e89df
...
...
@@ -2,23 +2,36 @@ sudo: false
language
:
ruby
rvm
:
-
2.2.7
-
2.3.4
-
2.4.1
-
2.3.8
-
2.4.6
-
2.5.5
-
2.6.0
-
2.6.1
-
2.6.2
-
2.6.3
-
ruby-head
matrix
:
allow_failures
:
-
rvm
:
ruby-head
before_install
:
-
gem update --system
-
gem update bundler
script
:
-
bundle exec rubocop && bundle exec rspec
deploy
:
provider
:
rubygems
api_key
:
secure
:
Y7DUitak26kcRAAkgph/7m6Y1wHeObD0BelSSJbmCfjkRd/qaVy7fz9VvHL9zxlRJtLGVHInyCnwcfzinibY6OFd3MoMYHKv8GFa2LxLJNEVSY46KQYFxfH5JTg1ejh6ldoJRRBoeOx9dcWS80pRNjYMKPGnpSz7yDBl1azibFs=
gem
:
annotate
on
:
tags
:
true
repo
:
ctran/annotate_models
jobs
:
include
:
-
stage
:
gem release
if
:
tag =~ ^v
rvm
:
2.6.0
script
:
echo "Deploying to rubygems.org ..."
deploy
:
provider
:
rubygems
api_key
:
$RUBYGEMS_API_KEY
gem
:
annotate
on
:
tags
:
true
repo
:
ctran/annotate_models
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