From ac1da2ae35a6ac269a44eca51f395c5cd7952de1 Mon Sep 17 00:00:00 2001 From: pushp1989 <54930194+pushp1989@users.noreply.github.com> Date: Wed, 11 Sep 2019 17:03:55 +0530 Subject: [PATCH 1/2] Update .travis.yml added Change based on Xcode 11 Supports --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3477e13..b03e355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: include: - os: osx language: objective-c - osx_image: xcode10.2 + osx_image: xcode11 before_install: - git submodule update --init --recursive - pushd Utilities @@ -16,7 +16,7 @@ matrix: - carthage build --no-skip-current - os: osx language: objective-c - osx_image: xcode10.2 + osx_image: xcode11 before_install: - git submodule update --init --recursive - pushd Utilities @@ -25,8 +25,8 @@ matrix: script: - set -o pipefail - xcodebuild test -scheme SwiftCheck | xcpretty -c - - xcodebuild build-for-testing -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (2nd generation)" | xcpretty -c - - xcodebuild test -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (2nd generation)" | xcpretty -c + - xcodebuild build-for-testing -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c + - xcodebuild test -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c - xcodebuild build-for-testing -scheme SwiftCheck-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c - xcodebuild test -scheme SwiftCheck-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c - os: linux From cfe6eb2a27097ff071f278d3c0f40fa11e42b0aa Mon Sep 17 00:00:00 2001 From: Pushpendra Date: Wed, 11 Sep 2019 17:33:31 +0530 Subject: [PATCH 2/2] Removed space and Updated trill-lang/FileCheck framework --- .travis.yml | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b03e355..cbb9af7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: script: - set -o pipefail - xcodebuild test -scheme SwiftCheck | xcpretty -c - - xcodebuild build-for-testing -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c + - xcodebuild build-for-testing -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c - xcodebuild test -scheme SwiftCheck-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c - xcodebuild build-for-testing -scheme SwiftCheck-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c - xcodebuild test -scheme SwiftCheck-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c diff --git a/Cartfile.resolved b/Cartfile.resolved index 97d0c6e..f3f980a 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "trill-lang/FileCheck" "0.1.0" +github "trill-lang/FileCheck" "0.2.0"