Sha256: baddc4ec32be9d849bb9b5b4dea5e6ef16ae1748ebd1b9bc26b959d7574f3aca
Contents?: true
Size: 651 Bytes
Versions: 10
Compression:
Stored size: 651 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: XCFitDemo/Podfile before_install: - gem install danger - danger # - pod install --project-directory=XCFitDemo script: - cd XCFitDemo/ - pwd - set -o pipefail && xcodebuild -list - echo "==========Now Running Cucumberish Tests===================" - set -o pipefail && xcodebuild -project XCFitDemo.xcodeproj -scheme XCFitDemo -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' clean build test | xcpretty -s -r html -r junit --color
Version data entries
10 entries across 10 versions & 1 rubygems