HEX
Server: Apache
System: Linux just2055.justhost.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: samchal1 (1409)
PHP: 7.4.33
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