Update .travis.yml
This commit is contained in:
parent
a162f72655
commit
d1e5fb8144
|
@ -28,6 +28,7 @@ script:
|
|||
elif [ "$TEST_TYPE" = js ]
|
||||
then
|
||||
|
||||
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 -- '\/Libraries\/'
|
||||
|
||||
|
|
Loading…
Reference in New Issue