Point travis.yml to new phpunit.xml location

This commit is contained in:
kiswa 2016-05-06 00:57:22 +00:00
parent 25c6eaf7a8
commit bef6adcf31

View File

@ -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