mirror of
https://github.com/caoer/RxFirebase.git
synced 2026-01-12 17:52:21 +08:00
14 lines
399 B
YAML
14 lines
399 B
YAML
language: swift
|
|
osx_image: xcode10.2
|
|
install:
|
|
script:
|
|
# https://github.com/travis-ci/travis-ci/issues/4190
|
|
# Output something every 9 minutes (540 seconds) or Travis kills the job
|
|
- while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
|
|
- sh .scripts/pod_lib.sh
|
|
# Kill the sleep loop
|
|
- kill %1
|
|
before_install:
|
|
- gem install cocoapods
|
|
- pod repo update && pod update
|