diff --git a/.travis.yml b/.travis.yml index d053071b..abc361fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,21 @@ language: swift osx_image: xcode11 +xcode_project: r2-shared-swift.xcodeproj +xcode_scheme: r2-shared-swift +xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone X +xcode_sdk: iphonesimulator13.0 branches: only: - master - develop +cache: + directories: + - Carthage + before_install: - brew update script: - - xcodebuild clean build -project r2-shared-swift.xcodeproj -scheme r2-shared-swift -quiet + - xcodebuild clean build -quiet