update travis config

This commit is contained in:
Yuichi Nishiwaki 2014-03-02 12:56:52 +09:00
parent 3bba2f1811
commit c6728b3cd8
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ compiler:
- gcc
- clang
script:
- make && make no-act
- make debug && make no-act
- cd build && cmake .. && make && make no-act
- cd build && cmake -DCMAKE_BULD_TYPE=Debug .. && make && make no-act