File: .travis.yml

package info (click to toggle)
dujour-version-check-clojure 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 232 kB
  • sloc: xml: 141; makefile: 40
file content (11 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
language: clojure
lein: 2.9.1
jdk:
- openjdk8
- openjdk11
env:
  ADDITION_ARGS='with-profile fips'
  ADDITION_ARGS=''
script: lein $ADDITION_ARGS test :all
notifications:
  email: false