Skip to content

Commit e4fd145

Browse files
Button Botwessmith
authored andcommitted
Release v5.3.0
1 parent 92ff767 commit e4fd145

31 files changed

+249
-199
lines changed

.travis.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
language: objective-c
22

3-
osx_image: xcode7.2
3+
osx_image: xcode8.1
44

55
branches:
66
only:
77
- master
88

99
before_install:
10-
- bundle
11-
- pod install --project-directory=Tests
10+
- bundle
11+
- pod install --project-directory=Tests
12+
13+
env:
14+
global:
15+
- WORKSPACE="Tests/Tests.xcworkspace"
16+
- SCHEME="Tests"
17+
- DESTINATION="Tests"
18+
- SDK="iphonesimulator10.1"
19+
- DESTINATION="name=iPhone 6,OS=10.1"
1220

1321
script:
14-
- xcodebuild test -workspace "Tests/Tests.xcworkspace" -scheme "Tests" -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2'
22+
- set -o pipefail
23+
- xcodebuild build-for-testing test-without-building -workspace "$WORKSPACE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=YES | xcpretty -c
0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

Button.bundle/BTNGroupNameCell.nib

2 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-18 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)