view vendor/phpunit/php-code-coverage/.travis.yml @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children 1fec387a4317
line wrap: on
line source
language: php

php:
    - 5.3.3
    - 5.3
    - 5.4
    - 5.5
    - 5.6

before_script:
    - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source

script: vendor/bin/phpunit --configuration ./build/travis-ci.xml

notifications:
  email: false
  irc:
    channels:
      - "irc.freenode.org#phpunit"
    use_notice: true