Another Travis CI test

This commit is contained in:
kiswa 2016-05-02 17:16:05 +00:00
parent 8138e268f6
commit 23cdb0c85c

View File

@ -8,7 +8,9 @@ before_script:
- nvm use 4
- npm i -g gulp
- npm i
- touch tests.db
- chmod a+w tests.db
script:
- gulp test-api
- ./src/api/vendor/phpunit/phpunit/phpunit --colors=always -c "PhpUnit.xml"
- gulp test-app