PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
cli
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
[+]
..
[+]
utils
[-] composer.json
[edit]
[-] composer.lock
[edit]
[-] wp-cli-bp.php
[edit]
[-] component.php
[edit]
[-] .travis.yml
[edit]
[+]
components
[-] .gitignore
[edit]
[+]
bin
[-] .editorconfig
[edit]
[-] license.txt
[edit]
[-] .distignore
[edit]
[+]
features
[-] readme.md
[edit]
[-] wp-cli.yml
[edit]