Tapakan/image-downloader

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
    - 5.6

before_script:
    - composer install

install:
  - curl -s http://getcomposer.org/installer | php
  - php composer.phar install --dev --no-interaction
script:
  - mkdir -p build/logs
  - php vendor/bin/phpunit -c phpunit.xml.dist

after_success:
  - travis_retry php vendor/bin/coveralls
  # or enable logging
  - travis_retry php vendor/bin/coveralls -v