Skip to content

Commit c627600

Browse files
committed
Try to fix flow
1 parent fc9150c commit c627600

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ cache:
1010
before_install:
1111
- brew update
1212
install:
13-
- brew reinstall flow xctool nvm
13+
- brew reinstall xctool nvm
14+
- npm install -g flow-bin@`node -p "require('fs').readFileSync('.flowconfig', 'utf8').split('[version]')[1].trim()"`
1415
- mkdir -p .nvm
1516
- cp $(brew --prefix nvm)/nvm-exec .nvm/
1617
- export NVM_DIR=.nvm

0 commit comments

Comments
 (0)