Run flow on Travis

This commit is contained in:
Ben Alpert 2015-04-03 09:15:11 -07:00
parent c760ca90a5
commit e4e3cb29e5
1 changed files with 2 additions and 2 deletions

View File

@ -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