update travis config

This commit is contained in:
Yuichi Nishiwaki 2014-05-19 09:09:35 +09:00
parent e1bf77d486
commit 365ca25aa4
1 changed files with 1 additions and 1 deletions

View File

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