Sha256: 141a83b3b5bfea6519e5d04252d77c8455f4b1025c11e8a55a1f9c2f48a0a003

Contents?: true

Size: 553 Bytes

Versions: 12

Compression:

Stored size: 553 Bytes

Contents

# references:
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * 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/${POD_NAME}.xcworkspace -scheme ${POD_NAME}-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

Version data entries

12 entries across 6 versions & 2 rubygems

Version Path
ykioscmd-0.6.7 lib/yk_command/project/simple_component_demo_template/.travis.yml
ykioscmd-0.6.7 lib/yk_command/project/full_component_demo_template/.travis.yml
ykioscmd-0.6.6 lib/yk_command/project/full_component_demo_template/.travis.yml
ykioscmd-0.6.6 lib/yk_command/project/simple_component_demo_template/.travis.yml
yk_command-0.6.5 lib/yk_command/project/full_component_demo_template/.travis.yml
yk_command-0.6.5 lib/yk_command/project/simple_component_demo_template/.travis.yml
yk_command-0.6.4 lib/yk_command/project/full_component_demo_template/.travis.yml
yk_command-0.6.4 lib/yk_command/project/simple_component_demo_template/.travis.yml
yk_command-0.6.2 lib/yk_command/project/simple_project_template/.travis.yml
yk_command-0.6.2 lib/yk_command/project/YKProjectTemplate/.travis.yml
yk_command-0.6.1 lib/yk_command/project/YKProjectTemplate/.travis.yml
yk_command-0.6.1 lib/yk_command/project/simple_project_template/.travis.yml