File: .travis.yml

package info (click to toggle)
jsonld-java 0.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,188 kB
  • sloc: java: 8,067; xml: 1,018; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: java
jdk:
  - openjdk8
  - openjdk11
notifications:
  email: false
after_success:
  - mvn clean test jacoco:report coveralls:report
arch:
  - amd64
  - ppc64le

cache:
  directories:
  - $HOME/.m2