Skip to content

Commit 828bdde

Browse files
committed
add travis.yml for Travis CI
1 parent cea818f commit 828bdde

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: objective-c
2+
xcode_workspace: VideoPlsWorkspace.xcodeproj # path to your xcodeproj folder
3+
xcode_scheme: VPInterfaceControllerDemo
4+
xcode_destination: platform=iOS Simulator,OS=11.3,name=iPhone X
5+
podfile: ./Podfile
6+
bundle exec pod install
7+
8+
os: osx
9+
10+
branches:
11+
only:
12+
- master
13+
14+
notifications: # set notification options
15+
email:
16+
on_success: change
17+
on_failure: always
18+
recipients:
19+
20+
21+
22+
# Enable webhooks later
23+
# webhooks:
24+
# on_failure: always

0 commit comments

Comments
 (0)