diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |