Is it possible to limit ammount of concurrent builds in Travis

We use Travis-Ci with OpenSauce to test our web application. OpenSauce has a limit for concurrent running of tests - 2 tests. Travis-CI by default can run much more build/tests in parallel. As the result of different limits our builds fail randomly.

So, is it possible to set limit for amount of parallel running builds on Travis-CI side?


在GitHub上的Travis CI项目中,关于限制每个项目的并发构建存在一个问题:https://github.com/travis-ci/travis-ci/issues/1366

链接地址: http://www.djcxy.com/p/73522.html

上一篇: 发送没有Accept头的卷发请求?

下一篇: 是否有可能限制Travis中的并发构建