From a8289ff2c967851c0e8a393c65d0b545cae17876 Mon Sep 17 00:00:00 2001 From: kiswa Date: Mon, 2 May 2016 17:33:54 +0000 Subject: [PATCH] More CI testing --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eed0be1..420a2d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_script: - touch tests.db - chmod a+w tests.db script: - - ./src/api/vendor/phpunit/phpunit/phpunit -c "/home/travis/build/kiswa/TaskBoard/PhpUnit.xml" + - ls -alh + - ./src/api/vendor/phpunit/phpunit/phpunit -c "PhpUnit.xml" - gulp test-app