Skip to content

Commit

Permalink
Add carthage resolvation to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Acidmanic committed Dec 12, 2018
1 parent a603607 commit e7210cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7210cf

Please sign in to comment.