From a4fd447146018edb5930ab59a6e882e0f57abdd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 21 Mar 2016 15:34:22 +0100 Subject: [PATCH] Run unit tests in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e133b98e..87319f0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ notifications: script: - make validate + - make test-unit - make test-integration