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:
parent
853c82b784
commit
b3ca307426
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue