update travis config

This commit is contained in:
Yuichi Nishiwaki 2014-07-18 15:07:41 +09:00
parent 4fad8f6f3e
commit 56c8ebe661
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 no-act
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make test > /dev/null