Files
RxFirebase/.travis.yml
2019-05-10 11:01:58 +02:00

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