File: .travis.yml

package info (click to toggle)
stringtemplate4 4.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: java: 15,537; xml: 305; python: 39; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# --------------- General Settings ---------------

dist: xenial
language: java

jdk:
  # unfortunately JDK 6 is no longer support by Travis CI
  # - openjdk6  # minimum
  - openjdk8  # LTS
  - openjdk11 # LTS
  # disabled because the maven compiler for JDK 13 no longer supports source/target compatibility 6
  # - openjdk13 # latest

# required for UI tests
services:
  - xvfb

# --------------- Maven Cache ---------------

cache:
  directories:
    - .autoconf
    - $HOME/.m2