From bb8568f54ba5446b70e2983e00128098b8a4b6e5 Mon Sep 17 00:00:00 2001 From: James Van Hinsbergh Date: Tue, 10 Apr 2018 17:11:37 +0100 Subject: [PATCH] Update travis to point to correct test directory --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6dae7e..ddf7e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: php php: - nightly + +script: phpunit --configuration tests/phpunit.xml \ No newline at end of file