add travis settings

This commit is contained in:
Hiroaki Matsuura
2017-01-11 10:28:43 +09:00
parent ff678a723c
commit 7437b6d100

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly
before_script: composer install
script: phpunit --configuration phpunit.xml.dist