0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update .travis.yml - fix linting derp

This commit is contained in:
Hannah Wolfe 2019-03-11 16:39:17 +00:00
parent 6b0f865f89
commit 6baf4c0dae

View file

@ -41,7 +41,7 @@ install:
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues - if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues
script: | script: |
if [ "$TEST_SUITE" == "lint" ] if [ "$TEST_SUITE" == "lint" ]; then
yarn lint yarn lint
elif [[ "$TRAVIS_PULL_REQUEST_BRANCH" =~ ^renovate || "$TRAVIS_EVENT_TYPE" == "cron" ]]; then elif [[ "$TRAVIS_PULL_REQUEST_BRANCH" =~ ^renovate || "$TRAVIS_EVENT_TYPE" == "cron" ]]; then
yarn ci:regression yarn ci:regression