Reverted last change, doesn't work with Travis CI

This commit is contained in:
Bogdan Poplauschi 2014-11-04 12:28:49 +02:00
parent 55f4beade5
commit 0b50b57c13
1 changed files with 0 additions and 3 deletions

View File

@ -10,14 +10,11 @@ before_install:
- pod --version
- pod setup --silent
- pod repo update --silent
- brew update
- brew install xctool
script:
- pod lib lint
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphoneos clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphoneos clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphoneos clean build