Why have builds 21 and 22 in https://travis-ci.org/tbsalling/aismessages/builds not started to build?
Trigger Travis CI builds using the API V3 by sending a POST request to /repo/{slug|id}/requests : Get an API token from your Travis CI settings page. You'll need the token to authenticate most of these API requests.
If a build hasn't been triggered for your commit, these are the possible build request messages: “Could not authorize build request”, usually means that the account's subscription expired or that it ran out of build credits.
The build stage is the first stretch of a CI/CD pipeline, and it automates steps like downloading dependencies, installing tools, and compiling. Besides building code, build automation includes using tools to check that the code is safe and follows best practices.
Everything worked fine. Patience is the key. It took several hours (almost a full day) before travis started on the jobs.
Most of the time it happens because of any error in your travis.yml file.
So first check your travis yaml file syntax. You can use Yamllint for this.
brew install yamllint
Or you can use pip
pip install yamllint
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With