1
0
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:
Daniel Lowrey 2015-04-29 11:29:09 -04:00
parent d4256833c9
commit 7762f0020d
2 changed files with 9 additions and 2 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: php
sudo: false
php:
- 7.0
before_script:
- composer install
script: php vendor/bin/phpunit --coverage-text

View File

@ -1,5 +1,5 @@
Amp
====
# Amp [![Build Status](https://travis-ci.org/amphp/amp.svg?branch=master)](https://travis-ci.org/amphp/amp)
Amp is a non-blocking concurrency framework for PHP applications
**Dependencies**