Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI/travis/lib.sh: change Travis-CI API endpoint to api.travis-ci.com
We've recently been seeing issues with travis-ci.org; particularly builds would hang/not-start. This is bad, since we can no longer be comfortable validating that a change builds with no errors. So, this would be a bit of a regression in process. At this point in time, all ADI Github repos have been migrated to travis-ci.com. This migration would happen anyway until 31st of December 2020. The plan we're using is still for Open-Source projects, so no extra cost should be involved. This change, switches the API endpoint to 'api.travis-ci.com', so that a change in libiio propagates to the libad9361-iio, gr-iio, iio-oscilloscope repos. Without this, libiio would build, but would not be validated (build-wise) against these repos. Some refs: https://travis-ci.community/t/builds-queuing-for-hours-with-public-git-repo/10351 https://docs.travis-ci.com/user/migrate/open-source-repository-migration#frequently-asked-questions Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information