Fix travis
This commit is contained in:
parent
f2ef2b2298
commit
4b5e51544d
|
|
@ -4,7 +4,7 @@ compiler:
|
|||
- clang
|
||||
- gcc
|
||||
|
||||
script: sh ./configure_ninja && cd build && make && make test
|
||||
script: sh ./configure_ninja && cd build && ninja && ninja test
|
||||
|
||||
dist:
|
||||
- bionic
|
||||
|
|
|
|||
Loading…
Reference in New Issue