travis: Disable most suites in favor of CircleCI!

Circle has been much more robust than Travis in the few weeks we've
had them both enabled, as well as somewhat faster.  By disabling
Travis, we're no longer exposed to its spurious failures.

One suite remains on Travis: the "production" suite.  This work is
being tracked in #7748.
This commit is contained in:
Greg Price 2018-01-31 11:10:03 -08:00
parent badbd744f6
commit 3f75b78912
1 changed files with 1 additions and 6 deletions

View File

@ -48,14 +48,9 @@ matrix:
# that doesn't seem to be documented, but it's what we see empirically. # that doesn't seem to be documented, but it's what we see empirically.
# We only get 4 jobs running at a time, so we try to make the first few # We only get 4 jobs running at a time, so we try to make the first few
# the most likely to break. # the most likely to break.
- python: "3.4"
env: TEST_SUITE=frontend
- python: "3.4"
env: TEST_SUITE=backend
- python: "3.4" - python: "3.4"
env: TEST_SUITE=production env: TEST_SUITE=production
- python: "3.5" # Other suites moved to CircleCI -- see .circleci/.
env: TEST_SUITE=backend
sudo: required sudo: required
addons: addons:
artifacts: artifacts: