You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The master branch should always contain code that is "production-ready" (or as close to that as is reasonable before an official stable release is announced).
The develop branch contains the latest integrated code.
Every push or pull request to these branches is automatically built and tested by Travis-CI against the (PHPUnit) unit tests defined in the repository's tests/ directory.