Skip to content

Commit aaaf1f4

Browse files
committed
Update build script and dependencies
1 parent 6c5c1fc commit aaaf1f4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: objective-c
2-
osx_image: beta-xcode6.3
2+
osx_image: xcode7
3+
4+
before_install:
5+
- gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet
36

47
install:
58
- git submodule update -i --recursive
69

710
script:
8-
- xctool -project Concurrent.xcodeproj -scheme Concurrent -sdk macosx ONLY_ACTIVE_ARCH=NO clean build test
9-
- xctool -project Concurrent.xcodeproj -scheme Concurrent-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO clean build test
11+
- set -o pipefail && xcodebuild -project Concurrent.xcodeproj -scheme Concurrent -sdk macosx ONLY_ACTIVE_ARCH=NO clean build test | xcpretty -c -f `xcpretty-travis-formatter`
12+
- set -o pipefail && xcodebuild -project Concurrent.xcodeproj -scheme Concurrent-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO clean build test | xcpretty -c -f `xcpretty-travis-formatter`

0 commit comments

Comments
 (0)