annotate vendor/dflydev/dot-access-data/.travis.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@17 1 language: php
Chris@17 2
Chris@17 3 php:
Chris@17 4 - 5.3
Chris@17 5 - 5.4
Chris@17 6 - 5.5
Chris@17 7 - 5.6
Chris@17 8
Chris@17 9 before_script:
Chris@17 10 - wget -nc http://getcomposer.org/composer.phar
Chris@17 11 - php composer.phar install --dev
Chris@17 12
Chris@17 13 script: phpunit --coverage-text