15 lines
337 B
YAML
Vendored
15 lines
337 B
YAML
Vendored
language: clojure
|
|
before_install:
|
|
- sudo apt-get -y install rlwrap
|
|
- curl -O https://download.clojure.org/install/linux-install-1.10.1.536.sh
|
|
- chmod +x linux-install-1.10.1.536.sh
|
|
- sudo ./linux-install-1.10.1.536.sh
|
|
addons:
|
|
apt:
|
|
update: true
|
|
lein: 2.9.3
|
|
script: lein do clean, check, test
|
|
jdk:
|
|
- openjdk8
|
|
- openjdk11
|