Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #961 from EricRihlmann/travis-update
Browse files Browse the repository at this point in the history
Add PHP 5.6 and Nightly to Travis CI
  • Loading branch information
olefredrik committed Mar 17, 2017
2 parents b6203fa + ff6c0c5 commit 8954748
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ php:
- "7.1"
# aliased to a recent 7.0.x version
- "7.0"
# aliased to a recent 5.6.x version
- "5.6"

# Declare which versions of WordPress to test against.
# Also declare whether or not to test in Multisite.
Expand All @@ -22,24 +24,26 @@ env:
# @link https://github.com/WordPress/WordPress
- WP_VERSION=master WP_MULTISITE=0
- WP_VERSION=master WP_MULTISITE=1
# WordPress 4.2
# @link https://github.com/WordPress/WordPress/tree/4.2-branch
- WP_VERSION=4.2 WP_MULTISITE=0
- WP_VERSION=4.2 WP_MULTISITE=1
# WordPress 4.1
# @link https://github.com/WordPress/WordPress/tree/4.1-branch
- WP_VERSION=4.1 WP_MULTISITE=0
- WP_VERSION=4.1 WP_MULTISITE=1
# WordPress 4.6
# @link https://github.com/WordPress/WordPress/tree/4.6-branch
- WP_VERSION=4.6 WP_MULTISITE=0
- WP_VERSION=4.6 WP_MULTISITE=1
# WordPress 4.5
# @link https://github.com/WordPress/WordPress/tree/4.5-branch
- WP_VERSION=4.5 WP_MULTISITE=0
- WP_VERSION=4.5 WP_MULTISITE=1

# Declare 7.1 beta in test matrix.
# @link https://buddypress.trac.wordpress.org/ticket/5620
# @link http://docs.travis-ci.com/user/build-configuration/
matrix:
include:
- php: 7.1
env: WP_VERSION=master
- php: nightly
env:
- WP_VERSION=master WP_MULTISITE=0
- WP_VERSION=master WP_MULTISITE=1
allow_failures:
- php: 7.1
- php: nightly
fast_finish: true

# Use this to prepare the system to install prerequisites or dependencies.
Expand Down

0 comments on commit 8954748

Please sign in to comment.