Skip to content

Commit

Permalink
Update Travis config to xcode 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keithito committed Feb 16, 2019
1 parent ab6e879 commit 1eb11b9
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 @@ -3,9 +3,9 @@
# * https://github.com/supermarin/xcpretty#usage

language: objective-c
osx_image: xcode9
osx_image: xcode10.1
before_install:
- gem install cocoapods xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace SimpleAnimation.xcworkspace -scheme SimpleAnimation -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=11.0' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace SimpleAnimation.xcworkspace -scheme SimpleAnimation -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=12.1' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint --quick

0 comments on commit 1eb11b9

Please sign in to comment.