1
0
Fork 0

Add Travis

pull/6/head
Felix Becker 2016-08-25 15:49:24 +02:00
parent f33fda952f
commit 04d583f361
1 changed files with 10 additions and 0 deletions

10
travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: php
php:
- '7.0'
install:
- composer install
script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php tests