Add Contbuild Test for C99 Build

This commit is contained in:
W. Felix Handte
2019-06-10 11:22:45 -04:00
parent d2c48042e6
commit d8970199f8
+6
View File
@@ -153,6 +153,12 @@ matrix:
- make clean
- make travis-install # just ensures `make install` works
- name: c99 compatibility
if: branch = master
script:
- make c99build
- make -C tests test-zstd
- name: PPC64
if: branch = master
script: