From 2f4bc7a1a5937eb41e1a59c583bbdf73ce213e1f Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Mon, 12 Oct 2020 21:52:09 +0200 Subject: [PATCH] Use Silex images --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index dca4599..0b9e112 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,8 @@ platform: steps: - name: check - image: ubuntu:latest + image: silex/emacs:27.1-dev commands: - - apt-get update - - apt-get install -y software-properties-common coreutils make gnutls-bin curl - - add-apt-repository ppa:kelleyk/emacs -y - - apt-get update - - apt-get install -y emacs26 - emacs --version - make ci-dependencies - make check