1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/.travis.yml

8 lines
122 B
YAML
Raw Normal View History

2015-04-29 17:29:09 +02:00
language: php
sudo: false
php:
- 7.0
before_script:
- composer install
script: php vendor/bin/phpunit --coverage-text