Skip to content

Commit

Permalink
add xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Dec 9, 2013
1 parent eeafa34 commit e55ccc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,2 +1,4 @@
language: objective-c
script: make ci
before_install:
- gem install xcpretty
script: make ci | xcpretty -c
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,5 +13,5 @@ install:
test:
xcodebuild -project Kiwi.xcodeproj -scheme Kiwi -sdk iphonesimulator test

ci: clean test
ci: test

0 comments on commit e55ccc5

Please sign in to comment.