repejota / phpnats

A PHP client for the NATSio cloud messaging system.

Home Page:http://nats.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use docker on travis and rewrite tests ( deprecate server mockup )

repejota opened this issue · comments

  • Travis has now support for docker : https://docs.travis-ci.com/user/docker/
  • Enable its usage and launch a NATS docker image on each build.
  • Deprecate mockup NATS server and use a real server on tests.

0.7.2 has refactored tests, it uses docker on travis and added phpspec bdd suite