From 9445f0db7d76dc5b0ba6c6ec60ba4f9237992b82 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Tue, 14 Aug 2018 21:34:27 +0200 Subject: [PATCH] Install prerequisite software --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf2e108..4e6a54a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,9 @@ default: &default-steps steps: - checkout - run: apt-get update - - run: apt-get install -y openjdk-8-jre make + - run: apt-get install -y openjdk-8-jre make python git + - run: curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python + - run: export PATH="/root/.cask/bin:$PATH" - run: make # Enumerated list of Emacs versions