Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/vendor/stevebauman/location/
Upload File :
Current File : /home/users/unlimited/www/foodbank.codeskitter.site/vendor/stevebauman/location/.travis.yml

language: php

php:
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - 7.4

before_script:
  - travis_retry composer self-update
  - travis_retry composer install --prefer-source --no-interaction

script: ./vendor/bin/phpunit

branches:
  only:
    - master