Your IP : 18.219.239.118


Current Path : /proc/self/root/home/sudancam/.trash/shop/storage/vendor/guzzlehttp/streams/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/shop/storage/vendor/guzzlehttp/streams/.travis.yml

language: php

php:
  - 5.4
  - 5.5
  - 5.6
  - hhvm

before_script:
  - composer self-update
  - composer install --no-interaction --prefer-source --dev

script: vendor/bin/phpunit

matrix:
  allow_failures:
    - php: hhvm