Another Travis CI test
This commit is contained in:
parent
8138e268f6
commit
23cdb0c85c
@ -8,7 +8,9 @@ before_script:
|
|||||||
- nvm use 4
|
- nvm use 4
|
||||||
- npm i -g gulp
|
- npm i -g gulp
|
||||||
- npm i
|
- npm i
|
||||||
|
- touch tests.db
|
||||||
|
- chmod a+w tests.db
|
||||||
script:
|
script:
|
||||||
- gulp test-api
|
- ./src/api/vendor/phpunit/phpunit/phpunit --colors=always -c "PhpUnit.xml"
|
||||||
- gulp test-app
|
- gulp test-app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user