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 131b3cc commit 87b002bCopy full SHA for 87b002b
.travis.yml
@@ -0,0 +1,12 @@
1
+language: objective-c
2
+osx_image: xcode10
3
+
4
+xcode_workspace: Example/Leanplum-SDK.xcworkspace
5
+xcode_scheme: Leanplum-SDK-Example
6
+xcode_destination: platform=iOS Simulator,OS=12.0,name=iPhone X
7
8
+cache: cocoapods
9
+podfile: Example/Podfile
10
+before_install:
11
+- gem install cocoapods # Since Travis is not always on latest version
12
+- pod install --project-directory=Example
0 commit comments