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

View File

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