Fix emacs 26 build

This commit is contained in:
Carlo Sciolla 2019-08-22 11:31:36 +02:00
parent a6545435cd
commit 2954c15322
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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)