aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-30 09:21:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-30 09:21:42 -0700
commit42b14cba51f85dfa578034d2b9eff16a94bf0d61 (patch)
tree9ed88233f8d3a24011b73febc11a26aba41f5004 /.travis.yml
parent6d42a73bb984e19eb1bf84e2a952eec861cea464 (diff)
Remove dbg build from Travis, use gcov instead
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 82d8316dda..1f96c6fc00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,13 +18,12 @@ env:
- NUGET="mono nuget.exe"
matrix:
- CONFIG=opt TEST=sanity
- - CONFIG=dbg TEST="c c++"
+ - CONFIG=gcov TEST="c c++"
- CONFIG=opt TEST="c c++"
- CONFIG=opt TEST=node
- CONFIG=opt TEST=ruby
- CONFIG=opt TEST=python
- CONFIG=opt TEST=csharp
- - CONFIG=gcov TEST="c c++"
- USE_GCC=4.4 CONFIG=opt TEST=build
- USE_GCC=4.5 CONFIG=opt TEST=build
script: