One more Travis attempt

This commit is contained in:
kiswa 2016-05-02 18:23:47 +00:00
parent d20d372e07
commit 54a2918a38
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,4 +1,9 @@
<phpunit>
<testsuites>
<testsuite>
<directory>test/api/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>src/api/controllers</directory>