From 2f8170b30b9885b5a6992047662d5ba0f4ac2248 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sun, 25 Aug 2019 11:03:29 +0200 Subject: [PATCH] Disabling master again --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d987612..eca1b0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,4 +52,5 @@ workflows: jobs: - test-emacs-25 - test-emacs-26 - - test-emacs-master + # Testing against master currently hangs on CircleCI + # - test-emacs-master