Docker container limits

How many docker containers can i spawn on travis CI? I have an integration test that includes more than ten, if travis supports this then i may move to travis CI. Thanks

I don’t think we define any limit. If there is enough resource to spawn them, it’ll go. If not, then, well, it won’t.

beautiful