Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Jan 12, 2019
1 parent 979169d commit 72d47d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,14 +4,14 @@

osx_image: xcode10.1
language: swift
xcode_scheme: GPXKit
xcode_scheme: CoreGPX
xcode_destination: platform=iOS Simulator,OS=12.1,name=iPhone XS
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- xcodebuild -workspace Example/GPXKit.xcworkspace -scheme GPXKit -sdk iphonesimulator12.1 -destination 'OS=12.1,name=iPhone XS'
- xcodebuild -workspace Example/CoreGPX.xcworkspace -scheme CoreGPX -sdk iphonesimulator12.1 -destination 'OS=12.1,name=iPhone XS'
#- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/GPXKit.xcworkspace -scheme GPXKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
#- pod lib lint

0 comments on commit 72d47d1

Please sign in to comment.