mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added missing whitespace to .travis.yml
no issue I saw this: > /home/travis/.travis/job_stages: line 104: [: missing `]' https://travis-ci.org/TryGhost/Ghost/jobs/486047686
This commit is contained in:
parent
e3a573f215
commit
1aaf069fc8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,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 [ "${TRAVIS_EVENT_TYPE}" = "cron" && "${TEST_SUITE}" != "lint"]; then
|
if [ "${TRAVIS_EVENT_TYPE}" = "cron" && "${TEST_SUITE}" != "lint" ]; then
|
||||||
yarn test:regression
|
yarn test:regression
|
||||||
else
|
else
|
||||||
yarn test
|
yarn test
|
||||||
|
|
Loading…
Add table
Reference in a new issue