Updated Travis CI config, making sure xctool is installed
This commit is contained in:
parent
ef9a2798a7
commit
55f4beade5
|
@ -10,6 +10,8 @@ before_install:
|
||||||
- pod --version
|
- pod --version
|
||||||
- pod setup --silent
|
- pod setup --silent
|
||||||
- pod repo update --silent
|
- pod repo update --silent
|
||||||
|
- brew update
|
||||||
|
- brew install xctool
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue