summaryrefslogtreecommitdiff
path: root/.travis.yml.patch
Commit message (Collapse)AuthorAgeFilesLines
* Travis CI: Refresh config patchJean-Sébastien Pédron2020-03-041-6/+6
|
* Travis CI: Add config patch to ensure we use `make ct-fast`Jean-Sébastien Pédron2020-03-031-0/+11
|
* Remove file added by mistakeLuke Bakken2019-02-251-11/+0
|
* Travis CI: Only run fast testsuitesJean-Sébastien Pédron2017-11-081-0/+11
We could run all testsuites, each in dedicated jobs, because separately, they should take less than 50 minutes. However, this would bloat the build page and blocks other jobs for a significant time. Using `ct-fast` should be enough in Travis CI. All testsuites are still running in Concourse anyway. [#152509619]