Sha256: 9afb1494d10da95cb1410fb79d0a3b5404dc26a9a9eb5959769fd1dc80377ca2
Contents?: true
Size: 529 Bytes
Versions: 28
Compression:
Stored size: 529 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 -enableCodeCoverage YES -workspace Example/test.xcworkspace -scheme test-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint
Version data entries
28 entries across 28 versions & 1 rubygems