update travis config
This commit is contained in:
parent
e1bf77d486
commit
365ca25aa4
|
@ -5,6 +5,6 @@ compiler:
|
|||
before_script:
|
||||
- cd build
|
||||
script:
|
||||
- python --version
|
||||
- perl --version
|
||||
- cmake .. && make && make no-act
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make && make no-act
|
||||
|
|
Loading…
Reference in New Issue