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