File: .travis.yml

package info (click to toggle)
liberator-clojure 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 436 kB
  • sloc: makefile: 18; sh: 2
file content (15 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: clojure
lein: lein
script: lein test-all
jdk:
  - openjdk8
  - openjdk9
  - openjdk10
  - openjdk11
  - openjdk-ea
  - oraclejdk8
  - oraclejdk9
  - oraclejdk11
branches:
  except:
    - gh-pages