We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ec5c4 commit 102742eCopy full SHA for 102742e
1 file changed
.travis.yml
@@ -2,14 +2,8 @@ os: osx
2
language: swift
3
osx_image: xcode11.3
4
xcode_project: CBORCoding.xcodeproj
5
-addons:
6
- homebrew:
7
- packages:
8
- carthage
9
10
script:
11
- - carthage bootstrap
12
-
13
- set -o pipefail && travis_retry xcodebuild -scheme "CBORCodingTests" -destination "platform=iOS Simulator,name=iPhone 11 Pro Max" -configuration Debug ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test
14
- set -o pipefail && travis_retry xcodebuild -scheme "CBORCoding macOS Tests" -destination "platform=macOS" -configuration Debug ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test
15
- set -o pipefail && travis_retry xcodebuild -scheme "CBORCoding tvOS Tests" -destination "platform=tvOS Simulator,name=Apple TV 4K" -configuration Debug ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test
0 commit comments