aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-15 23:25:47 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-15 23:25:47 -0700
commit10726f0421a0e0ce83b9832c8ba387df93aec5b9 (patch)
tree1992ab12cc466aa6e6724de065dece4844b8d03b /.travis.yml
parent8e428073a54e0647f7ad8f9095c19aac1f91180a (diff)
Have Travis build the Sample app with frameworks too
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c5ffd1e131..94bf382b25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,9 @@ env:
- SCHEME="Sample"
WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
INTEROP_SERVER="false"
+ - SCHEME="Sample"
+ WORKSPACE="Sample.xcworkspace" TEST_PATH="src/objective-c/examples/Sample" BUILD_ONLY="true"
+ INTEROP_SERVER="false" FRAMEWORKS="YES"
- SCHEME="SwiftSample"
WORKSPACE="SwiftSample.xcworkspace" TEST_PATH="src/objective-c/examples/SwiftSample"
BUILD_ONLY="true" INTEROP_SERVER="false"