fix travis
This commit is contained in:
parent
20ad5b2394
commit
8e4b83004e
1 changed files with 15 additions and 0 deletions
15
.travis.yml
15
.travis.yml
|
@ -1 +1,16 @@
|
||||||
|
group: travis_latest
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 5
|
||||||
|
|
||||||
language: clojure
|
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
|
||||||
|
|
Loading…
Reference in a new issue