TravisCIBlog

Example Project for the Travis CI Blog: How to automate CI for any iOS Project

Build Status

YAML File

language: objective-c
osx_image: xcode10.1
xcode_workspace: TravisCIBlog.xcworkspace
xcode_scheme: TravisCIBlog
xcode_destination: platform=iOS Simulator,OS=12.1,name=iPhone X
before_install:
- pod install

Documentation

Documentation for the project can be found here

Information on how the documentation was generated and hosted can be found in the blog: Generate & Host your iOS Documentation