Add Travis CI config

Relates to #71

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2015-06-05 00:46:05 +02:00
parent cbecab7735
commit 13d07f9699
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: php
php:
- 5.6
- 5.5
- 5.4
install:
- composer self-update
- composer install
script:
- make test