From bef6adcf3143f41cf490d03d80a9109d9ad2e711 Mon Sep 17 00:00:00 2001 From: kiswa Date: Fri, 6 May 2016 00:57:22 +0000 Subject: [PATCH] Point travis.yml to new phpunit.xml location --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccdc1a6..5e5f81d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ before_script: - touch tests.db - chmod a+w tests.db script: - - ./src/api/vendor/phpunit/phpunit/phpunit -c phpunit.xml + - ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml - gulp test-app