diff --git a/.circleci/config.yml b/.circleci/config.yml index e7fd6c6..9a79011 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,8 +4,8 @@ version: 2.0 default: &default-steps steps: - checkout - - apt-get update - - apt-get install -y openjdk-8-jre + - run: apt-get update + - run: apt-get install -y openjdk-8-jre - run: make # Enumerated list of Emacs versions