diff --git a/.travis.yml b/.travis.yml index f062adbfc7..78074098eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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