danielmewes / php-rql

A PHP client driver for the RethinkDB query language (ReQL).
http://php-rql.dnsalias.net/
339 stars 60 forks source link

Explicitly depend on phpcs and add travis.yml #118

Closed taion809 closed 8 years ago

taion809 commented 8 years ago

Hello, This PR introduces two things, the first is that phpcs is added to require-dev.

The other is that this includes travis-ci in place of wercker. The reasoning behind this change is that php is not a first class citizen on wercker and relies upon userland "boxes" to build environments (which isn't the worst thing in the world). The final reason, and more important reason, is that because this library is supporting php 5.3+ it needs a better build matrix to report failure across the various versions of php in production today.

taion809 commented 8 years ago

closing, will reopen when tests are passing on php7