mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated .travis.yml w/ simpler renovate logic
- This worked in tests!
This commit is contained in:
parent
809e610842
commit
b5af42a9ef
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ node_js:
|
||||||
cache: yarn
|
cache: yarn
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
# Don't run builds for renovate PRs
|
||||||
|
if: NOT head_branch =~ ^renovate
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- DB=sqlite3 NODE_ENV=testing
|
- DB=sqlite3 NODE_ENV=testing
|
||||||
|
|
Loading…
Add table
Reference in a new issue