summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/coverage.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.builds/coverage.yml b/.builds/coverage.yml
index c89c749..ffd9c74 100644
--- a/.builds/coverage.yml
+++ b/.builds/coverage.yml
@@ -4,9 +4,10 @@ sources:
tasks:
- bootstrap: |
sudo apt update && sudo apt upgrade -y
- sudo apt-get install software-properties-common -y
- sudo add-apt-repository ppa:ondrej/php
+ sudo apt-get install software-properties-common rlwrap curl -y
sudo apt update
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
chmod +x linux-install.sh
- sudo ./linux-install.sh \ No newline at end of file
+ sudo ./linux-install.sh
+ curl -s "https://get.sdkman.io" | bash
+ sdk install java \ No newline at end of file