Unverified Commit c9e85d3c by Andrew W. Lee Committed by GitHub

Make travis.yml valid and to unblock gem releases (#782)

In https://travis-ci.org/github/ctran/annotate_models/builds/659982898/config?utm_medium=notification&utm_source=github_status it looks like `travis.yml` is not valid and seems the `matrix` portion seems to be overwriting `jobs`, which is used to release the gem. This config is valid. I used `travis lint .travis.yml` to validate locally.
parent 57450342
......@@ -8,10 +8,6 @@ rvm:
env:
- RAILS_ENV=development RACK_ENV=development
matrix:
allow_failures:
- rvm: ruby-head
addons:
apt_packages:
- libsqlite3-dev
......@@ -30,7 +26,7 @@ jobs:
include:
- stage: gem release
if: tag =~ ^v
rvm: 2.6.0
rvm: 2.6.5
script: echo "Deploying to rubygems.org ..."
deploy:
provider: rubygems
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment