Skip to content

Commit

Permalink
Switches to xctool for running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kompanez Andreas, ENT-BIZ-PSR-AUG-AUS authored and Kompanez Andreas, ENT-BIZ-PSR-AUG-AUS committed Feb 18, 2016
1 parent af7df87 commit 1823d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ osx_image: xcode7.2
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/LinkPreviewKit.xcworkspace -scheme LinkPreviewKit-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- set -o pipefail && xctool -workspace Example/LinkPreviewKit.xcworkspace -scheme LinkPreviewKit-Example -sdk iphonesimulator test
- pod lib lint --quick

0 comments on commit 1823d04

Please sign in to comment.