diff --git a/.travis.yml b/.travis.yml index 3477e13..cbb9af7 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 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"