We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e42807 commit 10726f0Copy full SHA for 10726f0
.travis.yml
@@ -33,6 +33,9 @@ env:
33
- SCHEME="Sample"
34
WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
35
INTEROP_SERVER="false"
36
+ - SCHEME="Sample"
37
+ WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
38
+ INTEROP_SERVER="false" FRAMEWORKS="YES"
39
- SCHEME="SwiftSample"
40
WORKSPACE="SwiftSample.xcworkspace" TEST_PATH="src/objective-c/examples/SwiftSample"
41
BUILD_ONLY="true" INTEROP_SERVER="false"
0 commit comments