HEX
Server: Apache
System: Linux sh008.webhostingservices.com 5.14.0-611.47.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 8 20:00:39 EDT 2026 x86_64
User: tndnwpmy (2559)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //opt/wp-cli-plugins/vendor/wp-cli/profile-command/.travis.yml
sudo: false

language: php

notifications:
  email:
    on_success: never
    on_failure: change

branches:
  only:
    - master

cache:
  directories:
    - vendor
    - $HOME/.composer/cache

env:
  global:
    - WP_CLI_BIN_DIR=/tmp/wp-cli-phar

matrix:
  include:
    - 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=trunk
    - php: 5.4
      env: WP_VERSION=latest

before_script:
  - composer validate
  - bash bin/install-package-tests.sh

script: ./bin/test.sh