Merge pull request #1 from abelhooge/master

Add Travis CI
This commit is contained in:
Abel Hoogeveen 2016-07-18 22:33:16 +02:00 committed by GitHub
commit 49cd813cde
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