Skip to content

Commit 9343c6f

Browse files
committed
Add travis config
1 parent c53d44a commit 9343c6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: objective-c
2+
osx_image: xcode10
3+
4+
script:
5+
# Build Travis project and run tests
6+
- xcodebuild -project ShareClient.xcodeproj -scheme ShareClient build -destination name="iPhone SE" test

0 commit comments

Comments
 (0)