mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 22:45:24 +08:00
Run flow on Travis
This commit is contained in:
@@ -2,7 +2,7 @@ language: objective-c
|
||||
before_install:
|
||||
- brew update
|
||||
install:
|
||||
- brew reinstall xctool watchman
|
||||
- brew reinstall flow watchman xctool
|
||||
- npm install
|
||||
|
||||
script:
|
||||
@@ -25,7 +25,7 @@ script:
|
||||
elif [ "$TEST_TYPE" = js ]
|
||||
then
|
||||
|
||||
npm test
|
||||
flow check && npm test
|
||||
|
||||
elif [ "$TEST_TYPE" = build_website ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user