Skip to content

Commit

Permalink
Temporarily disable PHP 5.2 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Oct 4, 2018
1 parent c685348 commit 3fa8f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -39,8 +39,8 @@ jobs:
- stage: test
php: "7.2"
env: WP_VERSION=trunk
- php: "5.2"
env: WP_VERSION=latest DEV_LIB_SKIP=composer,phpcs
# - php: "5.2"
# env: WP_VERSION=latest DEV_LIB_SKIP=composer,phpcs
- php: "5.3"
env: WP_VERSION=latest DEV_LIB_SKIP=composer,phpcs
- php: "5.4"
Expand Down

0 comments on commit 3fa8f10

Please sign in to comment.