Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit f06d33c

Browse files
committed
Update builds
1 parent 2cf5ada commit f06d33c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode10.2
1+
osx_image: xcode11.6
22
language: swift
33

44
branches:
@@ -13,7 +13,7 @@ install:
1313

1414
script:
1515
- set -o pipefail
16-
- xcodebuild build -workspace OCast.xcworkspace -scheme OCast -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 7,OS=latest" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -s
17-
- xcodebuild test -workspace OCast.xcworkspace -scheme 'OCastTests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=latest' | xcpretty -s
18-
- xcodebuild build -workspace OCast.xcworkspace -scheme OCastDemoSwift -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 7,OS=latest" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -s
19-
- xcodebuild build -workspace OCast.xcworkspace -scheme OCastDemoObjC -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 7,OS=latest" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -s
16+
- xcodebuild build -workspace OCast.xcworkspace -scheme OCast -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11,OS=latest" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -s
17+
- xcodebuild test -workspace OCast.xcworkspace -scheme 'OCastTests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11,OS=latest' | xcpretty -s
18+
- xcodebuild build -workspace OCast.xcworkspace -scheme OCastDemoSwift -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11,OS=latest" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -s
19+
- xcodebuild build -workspace OCast.xcworkspace -scheme OCastDemoObjC -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11,OS=latest" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -s

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
inhibit_all_warnings!
44
use_frameworks!

0 commit comments

Comments
 (0)