glushkovds / php-smpp

WIP. Implementation SMPP v3.4 protocol. Includes sending and listening USSD.
MIT License
19 stars 11 forks source link

Add auto build (CI) #8

Closed Subb98 closed 3 years ago

Subb98 commented 3 years ago

To control how the code works on all supported versions of PHP during development and before merging into master, it is good to use the auto-build tools. For example, Travis CI. It can collect dependencies and run autotests on all supported versions of PHP.