tell travis to do test for debug mode
This commit is contained in:
parent
15ded87897
commit
a99cd35a93
|
@ -2,4 +2,6 @@ language: c
|
|||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: make && make no-act
|
||||
script:
|
||||
- make && make no-act
|
||||
- make debug && make no-act
|
||||
|
|
Loading…
Reference in New Issue