Add Travis CI (#1)

* Add Travis CI
This commit is contained in:
Abel Hoogeveen 2016-07-18 22:28:18 +02:00 committed by GitHub
parent 7531751348
commit 350e76fcad
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: php
php:
- 7
- 5.6
script:
- php vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text
before_script:
- composer install