Added a travis file

Ticket #28
This commit is contained in:
Tim Schumacher 2016-06-26 13:54:46 +02:00
parent e44e7b6423
commit 4645703de4

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: php
php:
- '5.6'
- '7.0'
install:
- composer install
script: bin/phpunit.bat -c app