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 a44d129..8d1aacf 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)