summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnders Björklund <anders@itension.se>2016-01-12 22:40:14 +0100
committerJoel Rosdahl <joel@rosdahl.net>2016-01-30 17:37:10 +0100
commitdbbe87e57edfb7c977c4074d238327ff6bad327d (patch)
treefd5291905535bd5e188e18d8c0e75cf413bde4e2 /.travis.yml
parenta7ab503f07e31ebeaaec34fbaa30e264308a299d (diff)
downloadccache-dbbe87e57edfb7c977c4074d238327ff6bad327d.tar.gz
Always run the unit tests during check
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c0412ab..33972629 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ script:
- ./autogen.sh
- ./configure
- make
+ - make quicktest
- if [ "$CC" = "gcc" ]; then
./test.sh;
fi