Added .travis.yml file
This commit is contained in:
parent
f319fc4f53
commit
1f5521f13a
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user