mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
Fixed lint build for cron job
no issue - i assume it's failing because it tries to run regression tests, but it has no NODE_ENV set
This commit is contained in:
parent
fa4daf8052
commit
e3a573f215
@ -40,7 +40,7 @@ install:
|
||||
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues
|
||||
|
||||
script: |
|
||||
if [ "${TRAVIS_EVENT_TYPE}" = "cron" ]; then
|
||||
if [ "${TRAVIS_EVENT_TYPE}" = "cron" && "${TEST_SUITE}" != "lint"]; then
|
||||
yarn test:regression
|
||||
else
|
||||
yarn test
|
||||
|
Loading…
Reference in New Issue
Block a user