File: /var/www/hcv/wp-content/plugins/timber-library/vendor/upstatement/routes/.travis.yml
language: php
php:
    - 5.6.30
    - 7.1
env:
    - WP_VERSION=latest WP_MULTISITE=0
    - WP_VERSION=latest WP_MULTISITE=1
    - WP_VERSION=4.7.3 WP_MULTISITE=0
    - WP_VERSION=4.7.3 WP_MULTISITE=1
before_script:
    - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
    - composer install --dev
script:
    - mkdir -p build/logs
    - phpunit --coverage-clover build/logs/clover.xml
after_script:
    - php vendor/bin/coveralls -v
after_success:
    - coveralls