Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Fixed Travis-CI build with latest CocoaPods.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Mar 2, 2015
1 parent 7a6a51e commit fb0e813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- pod repo update --silent
script:
- pod install
- pod lib lint ParseUI.podspec
- pod lib lint --use-frameworks --quick ParseUI.podspec
- pod lib lint --quick ParseUI.podspec
- pod lib lint --use-libraries ParseUI.podspec
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUI' -sdk iphonesimulator build
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUIDemo' -sdk iphonesimulator build

0 comments on commit fb0e813

Please sign in to comment.