From b845ad00c49a176444b7b2ea11071912aca0ff6f Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 10 Oct 2013 14:18:44 +0200 Subject: [PATCH] Add functional tests on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3d30c1e..93f32e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,4 @@ php: script: - vendor/bin/phpunit + - vendor/bin/phpunit -c phpunit-functional.xml.dist