Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tezpark authored May 8, 2017
1 parent 1395994 commit 63e04e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@ xcode_workspace: TezButtonExample.xcodeproj
xcode_scheme: TezButtonExample
xcode_sdk: iphonesimulator10.0

before_install:
- cd Example
- brew update
- brew outdated xctool || brew upgrade xctool
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet

script:
- xcodebuild build test -project TezButtonExample.xcodeproj -scheme TezButtonExample | xcpretty

0 comments on commit 63e04e6

Please sign in to comment.