Sha256: 09eceb1b5b3d182fd8a0ffe8f491e13fed3927ed65e64fc97932b3bbe99b6c00

Contents?: true

Size: 507 Bytes

Versions: 7

Compression:

Stored size: 507 Bytes

Contents

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

osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/XCFit.xcworkspace -scheme XCFit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
xcfit-0.8.0 .travis.yml
xcfit-0.7.0 .travis.yml
xcfit-0.6.0 .travis.yml
xcfit-0.5.0 .travis.yml
xcfit-0.4.0 .travis.yml
xcfit-0.3.0 .travis.yml
xcfit-0.2.0 .travis.yml