Skip to content

Commit 542fc29

Browse files
committed
Another try with Travis CI, this time no clean action, as it fails with
xcodebuild build clean Scheme Tests is not currently configured for the clean action.
1 parent 8738429 commit 542fc29

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ before_install:
1414
script:
1515

1616
- pod lib lint
17-
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean build
18-
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphoneos clean build
19-
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphoneos clean build
20-
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphoneos clean build
17+
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator build
18+
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator build
19+
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator build
2120

22-
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' clean build
21+
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator build
2322

2423
- cd Tests
2524
- pod update
2625
- cd ..
27-
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' clean test
26+
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test

0 commit comments

Comments
 (0)