We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have just realized that the after_success section from the Travis-CI file doesn't work properly, even if the previous build succeeds (https://github.com/allan-simon/sentence-aligner-rust/blob/master/.travis.yml#L35).
after_success
This is confirmed by the latest build date from the Dockerhub (https://hub.docker.com/r/allansimon/sentence-aligner/tags/) that doesn't match at all with the master merges frequency.
Error seems to be : denied: requested access to the resource is denied (from Travis output).
denied: requested access to the resource is denied
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have just realized that the
after_success
section from the Travis-CI file doesn't work properly, even if the previous build succeeds (https://github.com/allan-simon/sentence-aligner-rust/blob/master/.travis.yml#L35).This is confirmed by the latest build date from the Dockerhub (https://hub.docker.com/r/allansimon/sentence-aligner/tags/) that doesn't match at all with the master merges frequency.
Error seems to be :
denied: requested access to the resource is denied
(from Travis output).The text was updated successfully, but these errors were encountered: