mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Updating Travis for iOS 8.0 support
//FREEBIE
This commit is contained in:
parent
cbdbcb2a1c
commit
1cf6efb479
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
before_install:
|
||||
- brew update
|
||||
- brew unlink xctool
|
||||
- brew install xctool
|
||||
|
||||
language: objective-c
|
||||
xcode_sdk: iphonesimulator7.1
|
||||
xcode_sdk: iphonesimulator8.0
|
||||
install: true
|
||||
xcode_workspace: Signal.xcworkspace
|
||||
xcode_scheme: Signal
|
||||
|
|
Loading…
Reference in a new issue