HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/public_html/htmlCHRIS/old/dev2/wp-content/plugins/jetpack/.travis.yml
# Travis CI Configuration File

# Tell Travis CI we're using PHP
language: php

# Versions of PHP to test against
php:
    - "5.2"
    - "5.3"
    - "5.4"

# Specify versions of WordPress to test against
# WP_VERSION = WordPress version number (use "master" for SVN trunk)
# WP_MULTISITE = whether to test multisite (use either "0" or "1")
env:
    - WP_VERSION=master WP_MULTISITE=0
    - WP_VERSION=3.6 WP_MULTISITE=0
    - WP_VERSION=3.5.2 WP_MULTISITE=0
#    - WP_VERSION=3.4.2 WP_MULTISITE=0
#    - WP_VERSION=3.3.3 WP_MULTISITE=0
#    - WP_VERSION=3.2.1 WP_MULTISITE=0 
    - WP_VERSION=master WP_MULTISITE=1
    - WP_VERSION=3.6 WP_MULTISITE=1
    - WP_VERSION=3.5.2 WP_MULTISITE=1
#    - WP_VERSION=3.4.2 WP_MULTISITE=1
#    - WP_VERSION=3.3.3 WP_MULTISITE=1 
#    - WP_VERSION=3.2.1 WP_MULTISITE=1

# Grab the setup script and execute
before_script:
    - wget https://raw.github.com/tierra/wordpress-plugin-tests/setup/setup.sh
    - source setup.sh

script: phpunit

# wordpress-plugin-tests specific config
# Tells Travis CI not to run unit tests against the setup branch
branches:
    except:
        - setup