6 lines
87 B
YAML
6 lines
87 B
YAML
|
language: php
|
||
|
install:
|
||
|
- composer install
|
||
|
- npm install
|
||
|
script: phpunit tests/
|