Skip to content

Commit

Permalink
Added xcpretty to xcodebuild
Browse files Browse the repository at this point in the history
Bumped swift release to 3.0.1
  • Loading branch information
ypopovych committed Nov 21, 2016
1 parent a58377f commit c494205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
matrix:
include:
- script:
- xcodebuild test -project $MODULE_NAME.xcodeproj -scheme $MODULE_NAME
- xcodebuild clean test -project $MODULE_NAME.xcodeproj -scheme $MODULE_NAME | xcpretty --color && exit ${PIPESTATUS[0]}
os: osx
osx_image: xcode8.1
language: objective-c
Expand Down Expand Up @@ -40,7 +40,7 @@ matrix:
# install original swift distribution
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
- cd ..
- export SWIFT_VERSION="swift-3.0-release"
- export SWIFT_VERSION="swift-3.0.1-release"
- SWIFT_VERSION_UPPER=`echo $SWIFT_VERSION | perl -n -e'/^(.*?)-([\.\d]*?)-(.*)$/; $code = uc $3; print "$1-$2-${code}"'`
- wget https://swift.org/builds/$SWIFT_VERSION/ubuntu1404/$SWIFT_VERSION_UPPER/$SWIFT_VERSION_UPPER-ubuntu14.04.tar.gz
- tar xzf $SWIFT_VERSION_UPPER-ubuntu14.04.tar.gz
Expand Down

0 comments on commit c494205

Please sign in to comment.