From: Ingy döt Net Date: Wed, 14 Dec 2016 20:24:38 +0000 (+0100) Subject: Add `make test-all` to travis X-Git-Tag: upstream/0.2.1^2~36 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/c72cf5fde86348406b8115fece6a5bb4cc61b98d Add `make test-all` to travis This runs `make test` and `make test-suite`. --- diff --git a/.travis.yml b/.travis.yml index f6d10a4..dada04b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ compiler: script: - ./bootstrap - ./configure -- make test +- make test-all - make distclean - cmake . - make