Skip to content

Commit

Permalink
update travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5e committed Jan 24, 2017
1 parent d36fcb6 commit dc0e024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode8.2
# osx_image: xcode8.2
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 -workspace Example/GSLanguagePickerController.xcworkspace -scheme GSLanguagePickerController-Example -sdk iphonesimulator -destination 'platform=iOS Simulator' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/GSLanguagePickerController.xcworkspace -scheme GSLanguagePickerController-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit dc0e024

Please sign in to comment.