]> andersk Git - libyaml.git/commitdiff
Add `make test-all` to travis
authorIngy döt Net <ingy@ingy.net>
Wed, 14 Dec 2016 20:24:38 +0000 (21:24 +0100)
committerIngy döt Net <ingy@ingy.net>
Sat, 17 Dec 2016 22:53:17 +0000 (14:53 -0800)
This runs `make test` and `make test-suite`.

.travis.yml

index f6d10a47a0fdf25cca25233041cf19377b478266..dada04bc6774d99eb72cf29aac5a6c463a619b52 100644 (file)
@@ -11,7 +11,7 @@ compiler:
 script:
 - ./bootstrap
 - ./configure
-- make test
+- make test-all
 - make distclean
 - cmake .
 - make
This page took 0.032229 seconds and 5 git commands to generate.