Merge pull request #1140 from frantic/no-watchman
Disable watchman on Travis
This commit is contained in:
commit
fbdc1f8ba1
|
@ -7,7 +7,7 @@ cache:
|
|||
before_install:
|
||||
- brew update
|
||||
install:
|
||||
- brew reinstall flow watchman xctool
|
||||
- brew reinstall flow xctool
|
||||
- npm config set spin=false
|
||||
- npm install
|
||||
|
||||
|
|
Loading…
Reference in New Issue