We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c9f3d commit a851ce8Copy full SHA for a851ce8
.travis.yml
@@ -8,7 +8,7 @@ before_install:
8
- travis_wait 35 carthage update --platform Mac,iOS
9
10
script:
11
-- xcodebuild clean build -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator
12
-- xcodebuild test -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator
13
- xcodebuild clean build -project Cache.xcodeproj -scheme "Cache-Mac" -sdk macosx
14
- xcodebuild test -project Cache.xcodeproj -scheme "Cache-Mac" -sdk macosx
+- xcodebuild clean build -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator
+- xcodebuild test -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator
0 commit comments