update travis config

This commit is contained in:
Yuichi Nishiwaki 2014-06-22 20:34:08 +09:00
parent b9e1e7d31b
commit 2932486ab5
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ before_script:
- cd build
script:
- perl --version
- cmake .. && make && make no-act
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make && make no-act
- cmake .. && make test
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make test