mcm
mcm copied to clipboard
Speed up Travis builds by only running affected tests
Bazel has a script that already does this: https://github.com/bazelbuild/bazel/blob/master/scripts/ci/ci.sh
This would just need to be grafted onto the Travis configuration to use TRAVIS_COMMIT_RANGE
, as described in Travis Environment Variables.
Hi @zombiezen , can I take this up?
Sure! Go for it!