microservices-demo / user

The users microservice.
http://microservices-demo.github.io/
Apache License 2.0
91 stars 617 forks source link

Travis build does not complete for PRs from other repositories #54

Closed embs closed 7 years ago

embs commented 7 years ago

Travis build hangs in some point when building for external repositories PRs:

Excerpt of the Travis build output:

Successfully built 8ee9069dacf7

docker login -u  -p 

Password: 

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.

Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

The build has been terminated
embs commented 7 years ago

I've tried tinkering configs (e.g.: envars) locally but I guess it wouldn't help the remote build. Is the build supposed to pass for PRs coming from other repositories?

Thanks!