Skip to content

Commit

Permalink
replace xctool with xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
cvasilak committed Mar 26, 2014
1 parent dd66502 commit 7c73add
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,12 +1,11 @@
language: objective-c

before_install:
- gem install cocoapods
- brew update
- brew uninstall xctool && brew install xctool
- gem install cocoapods -v 0.29.0 --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty -v 0.1.4 --no-rdoc --no-ri --no-document --quiet

script:
- xctool -workspace crypto-sdk.xcworkspace -scheme crypto-sdk -sdk iphonesimulator -configuration Debug test
- set -o pipefail && xcodebuild -workspace crypto-sdk.xcworkspace -scheme crypto-sdk -sdk iphonesimulator -configuration Debug clean test | xcpretty -c
- pod spec lint AeroGear-Crypto.podspec --verbose

notifications:
Expand Down

0 comments on commit 7c73add

Please sign in to comment.