Skip to content

Commit

Permalink
Split gcov c/c++ into separate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed May 21, 2015
1 parent c26edfd commit 07cda96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07cda96

Please sign in to comment.