Fixing travis config error

This commit is contained in:
Flávio Caetano 2017-04-18 16:14:02 -03:00
parent d5922386d5
commit 63bec1e061
1 changed files with 1 additions and 1 deletions

View File

@ -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: