lcache / wp-lcache

A WordPress implementation of LCache
https://wordpress.org/plugins/wp-lcache/
GNU General Public License v2.0
88 stars 5 forks source link

Unpin Travis from PHP 7.0.15 and PHP 7.1.0 #117

Closed danielbachhuber closed 7 years ago

danielbachhuber commented 7 years ago

Pinned in #116

PHP 7.0.17 and PHP 7.1.2 both cause inexplicable build failures: https://travis-ci.org/lcache/wp-lcache/builds/213057669

In 7.0.15, Composer's autoloader works and the LCache library is available. In 7.0.17, the LCache library is no longer available. I'm not sure at what point in the stack the LCache class isn't being loaded anymore though.

Might be related to: https://github.com/wp-cli/wp-cli/issues/3888