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

Commit

Permalink
Merge pull request #6 from readium/travis
Browse files Browse the repository at this point in the history
Enable Travis CI on develop and master
  • Loading branch information
aferditamuriqi authored Apr 29, 2018
2 parents b0b8442 + ed4b48d commit 70c9819
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: swift
osx_image: xcode9.3

branches:
only:
- master
- develop

cache:
directories:
- Carthage

before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage bootstrap --verbose --no-use-binaries --platform iOS --cache-builds

script:
- xcodebuild clean build -project r2-shared-swift.xcodeproj -scheme r2-shared-swift -destination "platform=iOS Simulator,name=iPhone 8,OS=11.3" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet

0 comments on commit 70c9819

Please sign in to comment.