Your IP : 216.73.216.189


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/weew/helpers-array/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/weew/helpers-array/.travis.yml

language: php

php:
  - 5.5
  - 5.6

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

script:
  - mkdir -p build/logs
  - phpunit --coverage-clover build/logs/clover.xml

after_script:
  - php vendor/bin/coveralls -v