Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins committed May 8, 2018
1 parent 225cc90 commit a09b475
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
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

0 comments on commit a09b475

Please sign in to comment.