AzuraCast / php-api-client

An API client library for the AzuraCast API
Apache License 2.0
27 stars 16 forks source link

Add test automation #10

Closed Vaalyn closed 5 years ago

Vaalyn commented 5 years ago

In order to check for correctness of the library the tests should be executed whenever a new release of AzuraCast is available (can we do this with some kind of trigger?).

BusterNeece commented 5 years ago

@Vaalyn The Travis CI has been updated to spin up its own dedicated AzuraCast instance, preload it with the necessary data and configuration (and a testing API key), then test against that installation, ensuring there is no dependency with third-party installs during the CI/build process.