From 63bec1e061a5f74007cc155bcf45252fae9b5113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Tue, 18 Apr 2017 16:14:02 -0300 Subject: [PATCH] Fixing travis config error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 270f033..a341f43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: