diff --git a/.travis.yml b/.travis.yml index fea5c97a1c24fa..56d5861933ae53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,7 @@ script: npm install github@0.2.4 cat <(echo eslint; npm run lint --silent -- --format=json; echo flow; flow --json) | GITHUB_TOKEN="af6ef0d15709bc91d""06a6217a5a826a226fb57b7" node bots/code-analysis-bot.js - flow check - npm test + flow check && npm test elif [ "$TEST_TYPE" = e2e-objc ] then