1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00
amp/.travis.yml

10 lines
138 B
YAML
Raw Normal View History

2015-04-29 11:29:09 -04:00
language: php
sudo: false
php:
2015-05-04 12:55:49 -04:00
- 5.5
- 5.6
2015-04-29 11:29:09 -04:00
- 7.0
before_script:
- composer install
script: php vendor/bin/phpunit --coverage-text