Skip to content

Commit

Permalink
Update tranvis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kim committed Sep 4, 2017
1 parent cd095f8 commit 6f6b26d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# 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/OrangeLabel.xcworkspace -scheme OrangeLabel-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
language: swift
osx_image: xcode8.3
script: set -o pipefail && xcodebuild -workspace Example/OrangeLabel.xcworkspace -scheme OrangeLabel-Example -sdk iphonesimulator10.3 | xcpretty

0 comments on commit 6f6b26d

Please sign in to comment.