Update .travis.yml

This commit is contained in:
Victor Bombi
2018-09-12 12:04:14 +02:00
committed by GitHub
parent 6bce915abb
commit 1bb1d061be

View File

@@ -8,5 +8,5 @@ compiler:
- clang
script:
- make -C cimgui
- $CC cimgui.h # Make sure we can include in a plain C compiler
- make -C cimgui_auto
- $CC cimgui_auto.h # Make sure we can include in a plain C compiler