Skip to content

Commit 10726f0

Browse files
committed
Have Travis build the Sample app with frameworks too
1 parent 8e42807 commit 10726f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ env:
3333
- SCHEME="Sample"
3434
WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
3535
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"
3639
- SCHEME="SwiftSample"
3740
WORKSPACE="SwiftSample.xcworkspace" TEST_PATH="src/objective-c/examples/SwiftSample"
3841
BUILD_ONLY="true" INTEROP_SERVER="false"

0 commit comments

Comments
 (0)