[#293] Update travis script to install Carthage

This commit is contained in:
Pedro Piñera Buendía 2016-09-28 17:32:06 +02:00
parent 47b8ab6ed1
commit 1f68c74399
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ before_install:
- gem install bundler
- bundle install
- bundle exec pod repo update --silent
- brew update
- brew outdated carthage || brew upgrade carthage
- git remote set-url origin "https://${GITHUB_TOKEN}@github.com/carambalabs/SugarRecord.git"
script:
- bundle exec fastlane travis