From eb0f8796e957d765ce311e39f7a0174878ec6e69 Mon Sep 17 00:00:00 2001 From: Teromene Date: Tue, 30 Aug 2016 12:02:05 +0200 Subject: [PATCH] Added standard test suite on travis. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 726443f2..156a62fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,5 @@ install: script: - phpenv rehash - - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p \ No newline at end of file + - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p + - phpunit -c tests/phpunit.xml