aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-21 15:20:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-21 15:20:51 -0700
commit07cda96f509b3dade139865299b92d51e3991b2e (patch)
tree6b87a4fec42e6b45824e3853d886fc1d569dd14f /.travis.yml
parentc26edfd7805354a44c758dedc74d1027da80837c (diff)
Split gcov c/c++ into separate runs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee5f50579b..9964b6632a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,8 @@ env:
- NUGET="mono nuget.exe"
matrix:
- CONFIG=opt TEST=sanity
- - CONFIG=gcov TEST="c c++"
+ - CONFIG=gcov TEST=c
+ - CONFIG=gcov TEST=c++
- CONFIG=opt TEST="c c++"
- CONFIG=opt TEST=node
- CONFIG=opt TEST=ruby