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 #8 from readium/develop
Browse files Browse the repository at this point in the history
V1.2.2
  • Loading branch information
aferditamuriqi authored May 2, 2018
2 parents f78f0f8 + 70c9819 commit dcf02bd
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 dcf02bd

Please sign in to comment.