We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caef0c commit 0f0bfa3Copy full SHA for 0f0bfa3
.travis.yml
@@ -0,0 +1,14 @@
1
+# references:
2
+# * http://www.objc.io/issue-6/travis-ci.html
3
+# * https://github.com/supermarin/xcpretty#usage
4
+
5
+osx_image: xcode8.3
6
+language: objective-c
7
+# cache: cocoapods
8
+# podfile: Example/Podfile
9
+# before_install:
10
+# - gem install cocoapods # Since Travis is not always on latest version
11
+# - pod install --project-directory=Example
12
+script:
13
+- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ErrorHandler.xcworkspace -scheme ErrorHandler-Example -sdk iphonesimulator10.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14
+- pod lib lint
0 commit comments