diff --git a/.gitignore b/.gitignore index 1c7828c2..fd0fe797 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,17 @@ html *.o *.Po + +install-sh + +json_unit + +Makefile + +missing + +.dirstamp + +test-driver + +Makefile.in diff --git a/.travis.yml b/.travis.yml index 241774ae..52bce403 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: script: - make - - make check + - ./json_unit after_success: - make clean