mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
297 stars 89 forks source link

Add Travis CI integration #32

Closed CGarces closed 1 year ago

CGarces commented 4 years ago

This PR allow to auto-generate the project documentation after one commit over the master branch.

In order to made this PR work the owner of the repository must:

  1. Enable Travis CI for the user account (https://github.com/marketplace/travis-ci)
  2. Enable Travis CI for this repository (https://travis-ci.org/)
  3. Generate personal access tokens with public_repo scope 4.Add this token in Travis CI -> Your Project -> Settings -> Environment Variables as GH_REPO_TOKEN

Should be merged after #30

mathertel commented 1 year ago

I close this pull request and will add GitHub Actions for CI/CD as I have done with my other libraries.