1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 22:11:45 -07:00

Attempt to disable builds for this branch, branch/2023-01-07/pull-request-merge-procedure, in response to travis ci support case 42422.

This commit is contained in:
Richard Brooksby 2023-01-10 08:10:53 +00:00
parent 853c82b784
commit b3ca307426

View file

@ -1,5 +1,11 @@
# .travis.yml -- Travis CI configuration for the MPS
# $Id$
# Some branches don't need builds. Add them here to avoid using build
# resources and unnecessary build messages. See
# <https://docs.travis-ci.com/user/conditions-v1>.
if: NOT branch IN (branch/2023-01-07/pull-request-merge-procedure)
# See <https://docs.travis-ci.com/user/languages/c/>.
language: c
os: