We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa0220 commit 18d24d6Copy full SHA for 18d24d6
.travis.yml
@@ -2,14 +2,15 @@
2
# * https://www.objc.io/issues/6-build-tools/travis-ci/
3
# * https://github.com/supermarin/xcpretty#usage
4
5
-osx_image: xcode7.3
+osx_image: xcode9.3
6
language: swift
7
cache: cocoapods
8
podfile: Example/Podfile
9
+xcode_workspace: SwiftDog.xcworkspace
10
+xcode_scheme: SwiftDog-Example
11
before_install:
12
- gem install cocoapods # Since Travis is not always on latest version
13
- pod repo update
14
- pod install --project-directory=Example
15
script:
-- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SwiftDog.xcworkspace -scheme SwiftDog-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
16
- pod lib lint
0 commit comments