0
Fork 0
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:
Hannah Wolfe 2019-04-18 13:35:41 +01:00
parent 809e610842
commit b5af42a9ef

View file

@ -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