fix typo in travis.yml

This commit is contained in:
Yuichi Nishiwaki 2014-03-02 13:34:46 +09:00
parent 40b6635a2f
commit bc544de6aa
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ before_script:
- cd build
script:
- cmake .. && make && make no-act
- cmake -DCMAKE_BULD_TYPE=Debug .. && make && make no-act
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make && make no-act