mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Run flow on Travis
This commit is contained in:
parent
c760ca90a5
commit
e4e3cb29e5
@ -2,7 +2,7 @@ language: objective-c
|
|||||||
before_install:
|
before_install:
|
||||||
- brew update
|
- brew update
|
||||||
install:
|
install:
|
||||||
- brew reinstall xctool watchman
|
- brew reinstall flow watchman xctool
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -25,7 +25,7 @@ script:
|
|||||||
elif [ "$TEST_TYPE" = js ]
|
elif [ "$TEST_TYPE" = js ]
|
||||||
then
|
then
|
||||||
|
|
||||||
npm test
|
flow check && npm test
|
||||||
|
|
||||||
elif [ "$TEST_TYPE" = build_website ]
|
elif [ "$TEST_TYPE" = build_website ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user