More CI testing

This commit is contained in:
kiswa 2016-05-02 17:33:54 +00:00
parent 1dc2aac653
commit a8289ff2c9

View File

@ -11,6 +11,7 @@ before_script:
- touch tests.db
- chmod a+w tests.db
script:
- ./src/api/vendor/phpunit/phpunit/phpunit -c "/home/travis/build/kiswa/TaskBoard/PhpUnit.xml"
- ls -alh
- ./src/api/vendor/phpunit/phpunit/phpunit -c "PhpUnit.xml"
- gulp test-app