Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/guzzlehttp/streams/
Upload File :
Current File : /var/www/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