Hi, I would like to discuss how to avoid the Travis CI timeout issue in both the master branch and the PRs.
The problem is that now Travis CI precisely kills all jobs running for 50 minutes, but unfortunately two GCC debug builds run about 1 hour. I would suggest that the Travis CI only tests for the release builds so that we won't have such issue, as shown in the following PR. https://github.com/apache/incubator-quickstep/pull/135 Any comments? Cheers, Zuyu