Fixing travis config error
This commit is contained in:
parent
d5922386d5
commit
63bec1e061
|
|
@ -9,7 +9,7 @@ before_install:
|
|||
- pod repo update --silent
|
||||
|
||||
install:
|
||||
- pushd Example; pod install; popd
|
||||
- pushd Example; pod install; popd;
|
||||
- if [[ ! $(which xcpretty) ]]; then gem install xcpretty --user-install; fi;
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue