activity-log/.travis.yml
Yakir Sitbon a1ff881c4b no needed
2015-12-14 09:22:34 +02:00

24 lines
No EOL
572 B
YAML

# Travis CI Configuration File
# Tell Travis CI we're using PHP
language: php
# PHP version used in first build configuration.
php:
- 5.3
- 5.4
# WordPress version used in first build configuration.
env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=1
- WP_VERSION=4.0 WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=1
before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
#after_success:
# - bash <(curl -s https://codecov.io/bash)
script: phpunit --coverage-clover=coverage.xml