mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
75fbd272c9
commit
7ec9dda30c
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ install:
|
|||
- yarn
|
||||
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues
|
||||
|
||||
script: |
|
||||
if [ "${TRAVIS_EVENT_TYPE}" = "cron" ]; then
|
||||
yarn test:regression
|
||||
else
|
||||
yarn test
|
||||
fi
|
||||
|
||||
after_success:
|
||||
- |
|
||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue