Skip to content

Commit

Permalink
* fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taesun Park committed May 8, 2017
1 parent d69344b commit 1395994
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
nguage: objective-c
language: objective-c
osx_image: xcode8
xcode_workspace: TezButtonExample.xcodeproj
xcode_scheme: TezButton
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 1395994

Please sign in to comment.