Skip to content

Commit

Permalink
Only run WordPress 5.2 in PHP>=5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed May 21, 2019
1 parent 08356df commit 52131c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
include:
- stage: test
php: "7.3"
env: WP_VERSION=5.0
env: WP_VERSION=latest
- php: "5.4"
env: WP_VERSION=4.9 DEV_LIB_SKIP=phpcs
- php: "5.5"
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
env: WP_VERSION=5.0 DEV_LIB_SKIP=phpcs
- php: "5.6"
env: WP_VERSION=4.9 DEV_LIB_SKIP=phpcs
env: WP_VERSION=5.1 DEV_LIB_SKIP=phpcs
- php: "5.6"
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
- php: "7.0"
Expand Down

0 comments on commit 52131c9

Please sign in to comment.