mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update travis.yml - remove greenkeeper ref
- we no longer use greenkeeper, and are switching to renovate, so this is unnecessary
This commit is contained in:
parent
659c63c98a
commit
812986b215
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@ matrix:
|
|||
env: TEST_SUITE=lint
|
||||
fast_finish: true
|
||||
|
||||
branches:
|
||||
except:
|
||||
- /^greenkeeper-.+$/
|
||||
|
||||
before_install:
|
||||
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
|
||||
- curl -sSL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo -E apt-key add -
|
||||
|
|
Loading…
Reference in a new issue