Skip to content

Commit 87b002b

Browse files
authored
add travis config file (#216)
1 parent 131b3cc commit 87b002b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)