Skip to content

Instantly share code, notes, and snippets.

@jeantimex
Last active February 24, 2019 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeantimex/bea81d71c475276ec25d28481ae20073 to your computer and use it in GitHub Desktop.
Save jeantimex/bea81d71c475276ec25d28481ae20073 to your computer and use it in GitHub Desktop.
SwiftyLib .travis.yml file
language: objective-c
osx_image: xcode10.1
env:
matrix:
- TEST_SDK=iphonesimulator12.1 OS=12.1 NAME='iPhone XR'
- TEST_SDK=iphonesimulator12.1 OS=12.1 NAME='iPhone 7'
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -project SwiftyLib.xcodeproj -scheme SwiftyLib -sdk $TEST_SDK -destination "platform=iOS Simulator,OS=$OS,name=$NAME" ONLY_ACTIVE_ARCH=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment