We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc9150c + c627600 commit b10a154Copy full SHA for b10a154
1 file changed
.travis.yml
@@ -10,7 +10,8 @@ cache:
10
before_install:
11
- brew update
12
install:
13
- - brew reinstall flow xctool nvm
+ - brew reinstall xctool nvm
14
+ - npm install -g flow-bin@`node -p "require('fs').readFileSync('.flowconfig', 'utf8').split('[version]')[1].trim()"`
15
- mkdir -p .nvm
16
- cp $(brew --prefix nvm)/nvm-exec .nvm/
17
- export NVM_DIR=.nvm
0 commit comments