mirror of
https://github.com/danog/amp.git
synced 2024-11-26 20:15:00 +01:00
8 lines
122 B
YAML
8 lines
122 B
YAML
language: php
|
|
sudo: false
|
|
php:
|
|
- 7.0
|
|
before_script:
|
|
- composer install
|
|
script: php vendor/bin/phpunit --coverage-text
|