Point travis.yml to new phpunit.xml location
This commit is contained in:
parent
25c6eaf7a8
commit
bef6adcf31
@ -11,6 +11,6 @@ before_script:
|
|||||||
- touch tests.db
|
- touch tests.db
|
||||||
- chmod a+w tests.db
|
- chmod a+w tests.db
|
||||||
script:
|
script:
|
||||||
- ./src/api/vendor/phpunit/phpunit/phpunit -c phpunit.xml
|
- ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml
|
||||||
- gulp test-app
|
- gulp test-app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user