-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
225cc90
commit a09b475
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
osx_image: xcode8 | ||
osx_image: xcode9.2 | ||
language: objective-c | ||
script: | ||
- sudo gem install cocoapods -v 1.1.0.rc.2 | ||
- pod repo update > /dev/null | ||
- pod lib lint --use-libraries --allow-warnings | ||
- sudo gem install cocoapods -v 1.4.0 | ||
- travis_retry pod repo update > /dev/null | ||
- pod lib lint --use-libraries --allow-warnings || pod lib lint --allow-warnings |