File: .travis.yml

package info (click to toggle)
lambdaisland-uri-clojure 1.13.95-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: xml: 88; sh: 28; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
language: clojure
install:
  - curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein > my-lein
  - chmod +x my-lein
  - ./my-lein deps
  - ./my-lein --version
script: ./my-lein test-all
jdk:
- oraclejdk8