summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2016-12-14 21:24:38 +0100
committerIngy döt Net <ingy@ingy.net>2016-12-17 14:53:17 -0800
commitc72cf5fde86348406b8115fece6a5bb4cc61b98d (patch)
tree0411743a388d45d604011e2d69c7bb7cff1df5cd /.travis.yml
parent26b098f267b94476fa5592e99464d71b64fc0211 (diff)
downloadlibyaml-git-c72cf5fde86348406b8115fece6a5bb4cc61b98d.tar.gz
Add `make test-all` to travis
This runs `make test` and `make test-suite`.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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