Skip to content

Commit

Permalink
更新travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zekunyan committed Dec 11, 2018
1 parent 937d7a6 commit 8ca1082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ osx_image: xcode10.1
language: objective-c
script:
- set -o pipefail
xcodebuild clean build -workspace Example/TTGTagCollectionView.xcworkspace -scheme TTGTagCollectionView-Example -sdk iphonesimulator12.1 -destination 'platform=iOS Simulator,name=iPhone XS,OS=12.1' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE_SPECIFIER="" PROVISIONING_PROFILE="" | xcpretty
- xcodebuild clean build -workspace Example/TTGTagCollectionView.xcworkspace -scheme TTGTagCollectionView-Example -sdk iphonesimulator12.1 -destination 'platform=iOS Simulator,name=iPhone XS,OS=12.1' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE_SPECIFIER="" PROVISIONING_PROFILE="" | xcpretty

0 comments on commit 8ca1082

Please sign in to comment.