init
This commit is contained in:
21
vendor/ringcentral/psr7/.travis.yml
vendored
Executable file
21
vendor/ringcentral/psr7/.travis.yml
vendored
Executable 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
|
||||
Reference in New Issue
Block a user