add travis settings
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
Reference in New Issue
Block a user