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