mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Add travis support
This commit is contained in:
parent
d4256833c9
commit
7762f0020d
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 7.0
|
||||
before_script:
|
||||
- composer install
|
||||
script: php vendor/bin/phpunit --coverage-text
|
Loading…
Reference in New Issue
Block a user