From e7210cfbe91b6b7ab6006c241acb96e16b08bd2b Mon Sep 17 00:00:00 2001 From: Mani Moayedi Date: Wed, 12 Dec 2018 10:55:32 +0330 Subject: [PATCH] Add carthage resolvation to travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afc9130..8ba374f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ language: objective-c before_install: - gem install cocoapods # Since Travis is not always on latest version - export COCOAPODS_TRUNK_TOKEN=$COCOAPODS_TOKEN - +- brew install carthage +- carthage update script: ./tests.sh deploy: