stanwood/Stanwood_Debugger_iOS

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

os: osx
osx_image: xcode10.3
language: objective-c
branches:
  only:
    - master
before_install:
  - gem install cocoapods
  - pod repo update
  - pod install --repo-update --project-directory=Example
before_script:
  - 'echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config'
script:
  - set -o pipefail
  - xcodebuild -version
  - xcodebuild -showsdks
  - pod lib lint --allow-warnings