You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
data-test/.travis.yml

14 lines
267 B
YAML

group: travis_latest
language: clojure
lein: 2.8.1
before_install:
- "curl -O https://download.clojure.org/install/linux-install-1.9.0.375.sh"
- "chmod +x linux-install-1.9.0.375.sh"
- "sudo ./linux-install-1.9.0.375.sh"
- "clojure -Sdescribe"
script:
- lein test