Skip to content

Commit 18d24d6

Browse files
committed
Updated travis and project info
1 parent 2fa0220 commit 18d24d6

File tree

2 files changed

+43
-22
lines changed

2 files changed

+43
-22
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
# * https://www.objc.io/issues/6-build-tools/travis-ci/
33
# * https://github.com/supermarin/xcpretty#usage
44

5-
osx_image: xcode7.3
5+
osx_image: xcode9.3
66
language: swift
77
cache: cocoapods
88
podfile: Example/Podfile
9+
xcode_workspace: SwiftDog.xcworkspace
10+
xcode_scheme: SwiftDog-Example
911
before_install:
1012
- gem install cocoapods # Since Travis is not always on latest version
1113
- pod repo update
1214
- pod install --project-directory=Example
1315
script:
14-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftDog.xcworkspace -scheme SwiftDog-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
1516
- pod lib lint

0 commit comments

Comments
 (0)