Skip to content

Commit 2fedc06

Browse files
committed
Using Xcode 9.4 image for travis + trying a different simulator destination (maybe this fixes the build)
1 parent fdb63da commit 2fedc06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode9.4
33

44
env:
55
global:
@@ -8,10 +8,10 @@ env:
88

99
addons:
1010
ssh_known_hosts: github.com
11-
11+
1212
notifications:
1313
email: false
14-
14+
1515
before_install:
1616
- env
1717
- locale
@@ -32,7 +32,7 @@ script:
3232

3333
- echo Build example
3434
- pod install --project-directory=Example
35-
- xcodebuild build -workspace SDWebImageWebPCoder.xcworkspace -scheme SDWebImageWebPCoderExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c
35+
- xcodebuild build -workspace SDWebImageWebPCoder.xcworkspace -scheme SDWebImageWebPCoderExample -sdk iphonesimulator -destination 'name=iPhone 6s' -configuration Debug | xcpretty -c
3636

3737
# - echo Run the tests
3838
# - xcodebuild test -workspace Example/SDImageWebPCoderExample.xcworkspace -scheme 'SDImageWebPCoderTests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c

0 commit comments

Comments
 (0)