Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/creof/geo-parser/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/creof/geo-parser/.travis.yml

language: php

php:
  - 7.1
  - 7.2
  - 7.3

before_script:
  - composer --prefer-source install

script:
  - ./vendor/bin/phpunit -v --coverage-clover ./build/logs/clover.xml

after_script:
  - ./vendor/bin/test-reporter --coverage-report ./build/logs/clover.xml