Update
This commit is contained in:
parent
a37785b391
commit
33458b2ca3
9915 changed files with 1247019 additions and 0 deletions
28
trunk/_vendor/sensio/generator-bundle/.travis.yml
Normal file
28
trunk/_vendor/sensio/generator-bundle/.travis.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
language: php
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache/files
|
||||
- .phpunit
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: hhvm
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
- php: 5.4
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
- php: 7.0
|
||||
- php: 7.1
|
||||
env: composer_extra="--prefer-lowest --prefer-stable"
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- composer $composer_extra update
|
||||
|
||||
script:
|
||||
- ./vendor/bin/simple-phpunit
|
||||
Loading…
Add table
Add a link
Reference in a new issue