don't run make test in debug mode on travis

This commit is contained in:
Yuichi Nishiwaki 2014-06-28 10:13:18 +09:00
parent 952814ec3d
commit 8387397e1b
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ before_script:
script:
- perl --version
- cmake .. && make test
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make test
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make no-act