Merge remote-tracking branch 'virtualtam/travis' into next

This commit is contained in:
nodiscc 2015-06-23 14:18:04 +02:00
commit 7d338fa531
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