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 c53d44a commit 9343c6fCopy full SHA for 9343c6f
.travis.yml
@@ -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