Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Improved test matrix
Browse files Browse the repository at this point in the history
Add php 5.6 and updated wordpress versions
  • Loading branch information
tersmitten committed Feb 17, 2015
1 parent 3d809a8 commit 9b00387
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Expand Up @@ -4,16 +4,21 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6

env:
- WP_VERSION=master WP_MULTISITE=0
- WP_VERSION=3.8 WP_MULTISITE=0
- WP_VERSION=3.7.1 WP_MULTISITE=0
- WP_VERSION=4.0.1 WP_MULTISITE=0
- WP_VERSION=3.9.3 WP_MULTISITE=0
- WP_VERSION=3.8.5 WP_MULTISITE=0
- WP_VERSION=3.7.5 WP_MULTISITE=0
- WP_VERSION=3.6.1 WP_MULTISITE=0
- WP_VERSION=3.5.2 WP_MULTISITE=0
- WP_VERSION=master WP_MULTISITE=1
- WP_VERSION=3.8 WP_MULTISITE=1
- WP_VERSION=3.7.1 WP_MULTISITE=1
- WP_VERSION=4.0.1 WP_MULTISITE=1
- WP_VERSION=3.9.3 WP_MULTISITE=1
- WP_VERSION=3.8.5 WP_MULTISITE=1
- WP_VERSION=3.7.5 WP_MULTISITE=1
- WP_VERSION=3.6.1 WP_MULTISITE=1
- WP_VERSION=3.5.2 WP_MULTISITE=1

Expand Down Expand Up @@ -48,4 +53,4 @@ before_script:
- phpenv rehash


script: phpunit --verbose --debug
script: phpunit --verbose --debug

0 comments on commit 9b00387

Please sign in to comment.