Skip to content

jgsamudio/TravisCIBlog

Repository files navigation

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

About

Example Project for the Travis CI Blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published