Run flow on Travis

This commit is contained in:
Ben Alpert 2015-04-03 09:15:11 -07:00
parent c760ca90a5
commit e4e3cb29e5

View File

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