Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Upgrade to Xcode 7.3 and migrate to xcodebuild and xcpretty.
Browse files Browse the repository at this point in the history
  • Loading branch information
eczarny committed Apr 28, 2016
1 parent d97819d commit 46ea3f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
osx_image: xcode7.2
osx_image: xcode7.3
language: objective-c
xcode_project: Spectacle.xcodeproj
xcode_scheme: Spectacle

before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
- brew outdated carthage || brew upgrade carthage
- carthage bootstrap

script:
- xctool -project Spectacle.xcodeproj -scheme Spectacle test
- set -o pipefail && xcodebuild -project Spectacle.xcodeproj -scheme Spectacle test | xcpretty

0 comments on commit 46ea3f5

Please sign in to comment.