Added .travis.yml file

This commit is contained in:
Stéphane Goetz 2016-07-27 21:16:11 +02:00
parent 7d1ba35ed9
commit cfc8d30ba2
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
before_script:
- composer install --dev --prefer-source
script:
- vendor/bin/phpunit --coverage-text