Skip to content

Commit

Permalink
Build/Test tools: Further trimming of CI jobs on the 4.9 branch.
Browse files Browse the repository at this point in the history
This removes the PHP 5.6 job which runs without an object cache in place as the likelihood of a change being backported that only breaks 5.6 environments without an object cache is small.

Merges [45005] into the 4.9 branch.

See #42387


git-svn-id: https://develop.svn.wordpress.org/branches/4.9@45006 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
johnbillion committed Mar 25, 2019
1 parent 029815f commit 92a1d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ matrix:
- php: 7.1 - php: 7.1
env: WP_TRAVISCI=travis:js env: WP_TRAVISCI=travis:js
- php: 7.2 - php: 7.2
- php: 5.6
- php: 5.6 - php: 5.6
env: WP_TRAVIS_OBJECT_CACHE=true env: WP_TRAVIS_OBJECT_CACHE=true
services: memcached services: memcached
Expand Down

0 comments on commit 92a1d1f

Please sign in to comment.