From 95428d2e2e25e3f3d8f71b8207ccfa0bf2d411cc Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Thu, 22 Aug 2019 11:31:36 +0200 Subject: [PATCH] Fix emacs 26 build --- .circleci/config.yml | 14 +++++++------- plantuml-mode.el | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9d2e95..82fc6ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,18 +3,18 @@ version: 2.0 # Default actions to perform on each Emacs version default: &default-steps steps: - - checkout - - run: - # Note: this makes it hard to reproduce builds but easier to spot incompatibilities with - # newer PlantUML releases. Current trade off seems acceptable. - name: Download the latest PlantUML release - command: sh ./bin/download-plantuml.sh - run: name: Update APT packages command: apt-get update - run: name: Install prerequisites command: apt-get install -y openjdk-11-jre make python git + - checkout + - run: + # Note: this makes it hard to reproduce builds but easier to spot incompatibilities with + # newer PlantUML releases. Current trade off seems acceptable. + name: Download the latest PlantUML release + command: sh ./bin/download-plantuml.sh - run: name: Install cask command: curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python @@ -35,7 +35,7 @@ jobs: test-emacs-26: docker: - - image: silex/emacs:26.0 + - image: silex/emacs:26 entrypoint: bash <<: *default-steps diff --git a/plantuml-mode.el b/plantuml-mode.el index 273fb28..d0a0745 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -93,7 +93,7 @@ (defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.") -(defconst plantuml-mode-version "20190821.1520" "The plantuml-mode version string.") +(defconst plantuml-mode-version "20190822.931" "The plantuml-mode version string.") (defvar plantuml-mode-debug-enabled nil)