|
@@ -1,5 +1,8 @@
|
|
|
language: objective-c
|
|
language: objective-c
|
|
|
osx_image: xcode611
|
|
osx_image: xcode611
|
|
|
|
|
+branches:
|
|
|
|
|
+ only:
|
|
|
|
|
+ - master
|
|
|
env:
|
|
env:
|
|
|
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
|
|
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
|
|
|
before_install:
|
|
before_install:
|
|
@@ -8,6 +11,6 @@ script:
|
|
|
- set -o pipefail
|
|
- set -o pipefail
|
|
|
- xcodebuild -project Alamofire.xcodeproj -scheme "Alamofire iOS" -sdk iphonesimulator
|
|
- xcodebuild -project Alamofire.xcodeproj -scheme "Alamofire iOS" -sdk iphonesimulator
|
|
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
|
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
|
|
|
-- xcodebuild -project "iOS Example.xcodeproj" -scheme "iOS Example" -sdk iphonesimulator
|
|
|
|
|
|
|
+- xcodebuild -project "iOS Example.xcodeproj" -scheme "iOS Example" -sdk iphonesimulator
|
|
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=YES build | xcpretty -c
|
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=YES build | xcpretty -c
|
|
|
- pod lib lint --quick
|
|
- pod lib lint --quick
|