tell travis to do test for debug mode

This commit is contained in:
Yuichi Nishiwaki 2013-12-06 21:20:54 -08:00
parent 15ded87897
commit a99cd35a93
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@ language: c
compiler:
- gcc
- clang
script: make && make no-act
script:
- make && make no-act
- make debug && make no-act