mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
10 lines
138 B
YAML
10 lines
138 B
YAML
language: php
|
|
sudo: false
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
before_script:
|
|
- composer install
|
|
script: php vendor/bin/phpunit --coverage-text
|