This commit is contained in:
2022-10-23 01:39:27 +02:00
parent 8c17aab483
commit 1929b84685
4130 changed files with 479334 additions and 0 deletions

21
vendor/ringcentral/psr7/.travis.yml vendored Executable file
View File

@@ -0,0 +1,21 @@
language: php
sudo: false
install:
- travis_retry composer install --no-interaction --prefer-source
script: make test
matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
allow_failures:
- php: hhvm
fast_finish: true