%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/buddypress/cli/ |
Current File : /var/www/html/ceaa/wp-content/plugins/buddypress/cli/.travis.yml |
sudo: false dist: trusty language: php notifications: email: on_success: never on_failure: change branches: only: - master cache: directories: - $HOME/.composer/cache env: global: - PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH" - WP_CLI_BIN_DIR="$TRAVIS_BUILD_DIR/vendor/bin" matrix: include: - php: 7.2 env: WP_VERSION=latest - php: 7.1 env: WP_VERSION=latest - php: 7.0 env: WP_VERSION=latest - php: 5.6 env: WP_VERSION=latest - php: 5.6 env: WP_VERSION=4.4 - php: 5.6 env: WP_VERSION=trunk before_install: - | # Remove Xdebug for a huge performance increase: if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then phpenv config-rm xdebug.ini else echo "xdebug.ini does not exist" fi install: - composer install - bash bin/install-package-tests.sh - export BP_SRC_DIR=/tmp/bp-src/ - svn co --ignore-externals https://buddypress.svn.wordpress.org/trunk/src $BP_SRC_DIR before_script: - composer validate script: - bash bin/test.sh