Need java for pretty much everything

This commit is contained in:
Carlo Sciolla 2018-03-18 19:22:16 +01:00
parent 75ffccdc91
commit 07c90ab258
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 2 additions and 14 deletions

View File

@ -4,6 +4,8 @@ version: 2.0
default: &default-steps default: &default-steps
steps: steps:
- checkout - checkout
- apt-get update
- apt-get install -y openjdk-8-jre
- run: make - run: make
# Enumerated list of Emacs versions # Enumerated list of Emacs versions
@ -32,14 +34,6 @@ jobs:
entrypoint: bash entrypoint: bash
<<: *default-steps <<: *default-steps
coverage:
docker:
- image: silex/emacs:25
entrypoint: bash
steps:
- checkout
- run: make clean submit-coverage
# Executing in parallel # Executing in parallel
workflows: workflows:
version: 2 version: 2
@ -49,9 +43,3 @@ workflows:
- test-emacs-25 - test-emacs-25
- test-emacs-26 - test-emacs-26
- test-emacs-master - test-emacs-master
- coverage:
requires:
- test-emacs-24
- test-emacs-25
- test-emacs-26
- test-emacs-master