Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi authored Nov 19, 2019
1 parent 9cb84fb commit 93dc07e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 93dc07e

Please sign in to comment.