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: