%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/businessmultisite/wp-content/plugins/timber-library/vendor/upstatement/routes/
Upload File :
Create Path :
Current File : /var/www/businessmultisite/wp-content/plugins/timber-library/vendor/upstatement/routes/.travis.yml

sudo: false

dist: xenial

services: mysql

language: php

php:
    - 5.6.30
    - 7.3

env:
    - WP_VERSION=latest WP_MULTISITE=0
    - WP_VERSION=latest WP_MULTISITE=1
    - WP_VERSION=4.7.3 WP_MULTISITE=0

matrix:
    exclude:
    - php: 7.3
      env: WP_VERSION=4.7.3 WP_MULTISITE=0

before_script:
    - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
    - composer install --dev

script:
    - mkdir -p build/logs
    - php vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
    - php vendor/bin/coveralls -v

after_success:
    - coveralls

Zerion Mini Shell 1.0