disabled more flow

This commit is contained in:
Konstantin Raev
2016-05-18 20:20:54 +01:00
parent 673b4609f3
commit 08f6b2e549
+1 -1
View File
@@ -50,7 +50,7 @@ test:
# eslint bot
- cat <(echo eslint; npm run lint --silent -- --format=json; echo flow; npm run flow --silent -- check --json) | GITHUB_TOKEN="af6ef0d15709bc91d""06a6217a5a826a226fb57b7" CI_USER=$CIRCLE_PROJECT_USERNAME CI_REPO=$CIRCLE_PROJECT_REPONAME PULL_REQUEST_NUMBER=$CIRCLE_PR_NUMBER node bots/code-analysis-bot.js
# JS tests for dependencies installed with npm3
- npm run flow check
# - npm run flow check
- npm test -- --maxWorkers=1
# build app