Skip to content

Commit

Permalink
Install HSAttachmentPicker during CI runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Symons committed Jan 8, 2020
1 parent 5ee11ae commit f209411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: objective-c

before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage update
- carthage build --no-skip-current --platform iOS
- gem install xcpretty

script:
Expand Down

0 comments on commit f209411

Please sign in to comment.