jpfuentes2 / php-activerecord

ActiveRecord implementation for PHP
http://www.phpactiverecord.org/
Other
1.32k stars 443 forks source link

Add PHP7 to Travis with failures allowed #554

Closed mheijkoop closed 7 years ago

mheijkoop commented 8 years ago

Please note this curently fails for master (see #553) and spits out a whole bunch of deprecation warnings.

There also seems to be an issue with the memcached module missing in the Travis PHP 7.0 environment, I'm not seeing that problem here locally as I've manually installed memcached.

I've set it to allow failures for PHP 7, so full PHP 7 compatibility can be monitored without ruining the happy green badges. Of course I'm hoping the allow_failures setting can be removed soon ;)

koenpunt commented 7 years ago

Cool, can you add 7.1 too?

mheijkoop commented 7 years ago

Definitely!

Well, in the second attempt anyway :innocent: (having a bit of a day.. ;) )

koenpunt commented 7 years ago

Thanks, would you like to rebase some of your commits or should I just let GitHub squash it?

mheijkoop commented 7 years ago

Done! :)

koenpunt commented 7 years ago

Thanks!