diff --git a/.travis.yml b/.travis.yml index 107c654503..9065718647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ install: - if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi # fix sqlite caching issues script: | - if [ "${TRAVIS_EVENT_TYPE}" = "cron" && "${TEST_SUITE}" != "lint" ]; then + if [ "${TRAVIS_EVENT_TYPE}" = "cron" ] && [ "${TEST_SUITE}" != "lint" ]; then yarn test:regression else yarn test