Skip to content

Commit d5a60b7

Browse files
Try enabling ui tests one more time. Now with xcode10 image.
1 parent 7b5c935 commit d5a60b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode9.4
1+
osx_image: xcode10
22
language: swift
33

44
before_install:
@@ -11,5 +11,7 @@ script:
1111
- bash <(curl -s https://codecov.io/bash)
1212
- xcodebuild test -workspace swift-sdk.xcworkspace -scheme iterable-sdk-tests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.0' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -f `xcpretty-travis-formatter`
1313
- bash <(curl -s https://codecov.io/bash)
14+
- xcodebuild test -workspace swift-sdk.xcworkspace -scheme ui-tests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -f `xcpretty-travis-formatter`
15+
- bash <(curl -s https://codecov.io/bash)
1416
- pod lib lint
1517

0 commit comments

Comments
 (0)