You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If present, schema_dev would include this magic in the .travis.yml file, telling Travis to deploy to rubygems whenever a tagged version passes the tests.
Probably the easiest way to generate the key would be for a rubygems owner of the gem to run travis setup rubygems which would add all the above to the .travis.yml. Then copy and paste the key to the schema_dev.yml file; then run schema_dev freshen
The text was updated successfully, but these errors were encountered:
Each gem's
schema_dev.yml
file should allow an optional field:If present, schema_dev would include this magic in the
.travis.yml
file, telling Travis to deploy to rubygems whenever a tagged version passes the tests.(Of course using the current gem's name for the repo field.) See Travis-CI RubyGems Deployment.
Probably the easiest way to generate the key would be for a rubygems owner of the gem to run
travis setup rubygems
which would add all the above to the.travis.yml
. Then copy and paste the key to theschema_dev.yml
file; then runschema_dev freshen
The text was updated successfully, but these errors were encountered: