Skip to content

Commit 046a3a6

Browse files
committed
Merge pull request #3 from detroit-labs/develop
Release Candidate: 0.1.0
2 parents fae6523 + 3cb6e5d commit 046a3a6

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.travis.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
# * http://www.objc.io/issue-6/travis-ci.html
33
# * https://github.com/supermarin/xcpretty#usage
44

5+
# branch whitelist
6+
branches:
7+
only:
8+
- develop
9+
- master
10+
511
language: objective-c
6-
# cache: cocoapods
7-
# podfile: Example/Podfile
8-
# before_install:
9-
# - gem install cocoapods # Since Travis is not always on latest version
10-
# - pod install --project-directory=Example
12+
13+
osx_image: xcode7.2
14+
15+
before_install:
16+
- gem install cocoapods # Since Travis is not always on latest version
17+
1118
script:
12-
- set -o pipefail && xcodebuild test -workspace Example/BugShaker.xcworkspace -scheme BugShaker-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
19+
- set -o pipefail && xcodebuild test -workspace Example/BugShaker.xcworkspace -scheme BugShaker-Example -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=NO | xcpretty
1320
- pod lib lint

0 commit comments

Comments
 (0)