Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd6707 commit 09713acCopy full SHA for 09713ac
1 file changed
.travis.yml
@@ -32,9 +32,9 @@ matrix:
32
language: objective-c
33
before_install:
34
- brew update
35
- - brew install carthage > /dev/null 2>&1
36
- - brew install ios-webkit-debug-proxy > /dev/null 2>&1
37
- - brew install nvm > /dev/null 2>&1
+ - brew install carthage
+ - brew install ios-webkit-debug-proxy
+ - brew install nvm
38
before_script:
39
- source $(brew --prefix nvm)/nvm.sh
40
- nvm install 7
0 commit comments