Merge C/C++ build steps on Travis

pull/1419/head
Craig Tiller 10 years ago
parent 68180a2b92
commit 7d9df1b23a
  1. 9
      .travis.yml

@ -11,15 +11,12 @@ env:
- COVERALLS_PARALLEL=true
matrix:
- CONFIG=opt TEST=sanity
- CONFIG=dbg TEST=c
- CONFIG=dbg TEST=c++
- CONFIG=opt TEST=c
- CONFIG=opt TEST=c++
- CONFIG=dbg TEST="c c++"
- CONFIG=opt TEST="c c++"
- CONFIG=opt TEST=node
- CONFIG=opt TEST=ruby
- CONFIG=opt TEST=python
- CONFIG=gcov TEST=c
- CONFIG=gcov TEST=c++
- CONFIG=gcov TEST="c c++"
- USE_GCC=4.4 CONFIG=opt TEST=build
- USE_GCC=4.5 CONFIG=opt TEST=build
script:

Loading…
Cancel
Save