Skip to content

Commit 045a411

Browse files
twitterkbNSProgrammer
authored andcommitted
update travis.yml: use '-sdk iphonesimulator' & 'clean test' (#58)
the server running the tests apparently no longer can handle 'sdk iphonesimulator10.0' . also, 'build test' is redundant, since 'test' will perform 'build' . by performing a clean first, the test environment is more likely ensured to be pristine.
1 parent 7a288f6 commit 045a411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ osx_image: xcode8
22
language: objective-c
33
script:
44
# iOS Static Lib
5-
- xcodebuild -destination "platform=iOS Simulator,name=iPhone 7" -project ZipUtilities.xcodeproj -scheme ZipUtilities -sdk iphonesimulator10.0 build test
5+
- xcodebuild -destination "platform=iOS Simulator,name=iPhone 7" -project ZipUtilities.xcodeproj -scheme ZipUtilities -sdk iphonesimulator clean test
66
# iOS Framework (disabled since it requires code signing with latest Xcode and we don't provide a code signer with the open source project)
7-
#- xcodebuild -destination "platform=iOS Simulator,name=iPhone 7" -project ZipUtilities.xcodeproj -scheme "ZipUtilities Framework" -sdk iphonesimulator10.0 build test
7+
#- xcodebuild -destination "platform=iOS Simulator,name=iPhone 7" -project ZipUtilities.xcodeproj -scheme "ZipUtilities Framework" -sdk iphonesimulator clean test
88
# Mac OS X (macOS) Framework
9-
- xcodebuild -project ZipUtilities.xcodeproj -scheme "ZipUtilities OSX Framework" build test
9+
- xcodebuild -project ZipUtilities.xcodeproj -scheme "ZipUtilities OSX Framework" clean test

0 commit comments

Comments
 (0)