Use watchman on Travis

This commit is contained in:
Alex Kotliarskyi 2015-03-20 14:52:23 -07:00
parent 6f727bc811
commit aa4520345b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ before_install:
- brew update - brew update
- brew reinstall xctool - brew reinstall xctool
install: install:
- brew install watchman
- npm install - npm install
before_script: before_script:
- npm test - npm test