Timeout on travis and circle

I want to use bors on the cita profect. then i fllowed the getting start doc to test travis and circle, both pr run time-out.
I wonder if i miss something to use bors?

Your bors.toml is set to enable AppVeyor, but your repository has no AppVeyor configuration. You should probably remove line 3.

Your other bors.toml has the wrong status code set. You should be using ci/circleci: %, not just ci/circleci.

Thanks a lot!
It’s my mistake

1 Like