From e671df3151c767b9e4e6c9ac8b9a4a301cfb341c Mon Sep 17 00:00:00 2001 From: Vincent Jousse Date: Sat, 23 Nov 2013 00:17:39 +0100 Subject: [PATCH] Launch phpunit on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d0b87f9..faa6810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ before_script: script: - ./console tests:unit + - phpunit