mirror of
https://github.com/zhigang1992/RxFirebase-1.git
synced 2026-04-30 05:35:49 +08:00
14 lines
339 B
YAML
14 lines
339 B
YAML
language: swift
|
|
osx_image: xcode9.2
|
|
|
|
install: true
|
|
|
|
before_install:
|
|
- gem install cocoapods
|
|
- pod --version
|
|
script:
|
|
- pod repo update && pod update
|
|
- set -o pipefail
|
|
- xcodebuild -workspace RxFirebase.xcworkspace -scheme Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
|
|
- travis_wait 30 pod lib lint RxFirebase.podspec
|