One more Travis attempt
This commit is contained in:
parent
d20d372e07
commit
54a2918a38
@ -11,6 +11,6 @@ before_script:
|
|||||||
- touch tests.db
|
- touch tests.db
|
||||||
- chmod a+w tests.db
|
- chmod a+w tests.db
|
||||||
script:
|
script:
|
||||||
- phpunit -c PhpUnit.xml
|
- ./src/api/vendor/phpunit/phpunit/phpunit -c phpunit.xml
|
||||||
- gulp test-app
|
- gulp test-app
|
||||||
|
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
<phpunit>
|
<phpunit>
|
||||||
|
<testsuites>
|
||||||
|
<testsuite>
|
||||||
|
<directory>test/api/</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory>src/api/controllers</directory>
|
<directory>src/api/controllers</directory>
|
Reference in New Issue
Block a user