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:
parent
6b0f865f89
commit
6baf4c0dae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue