File: .travis.yml

package info (click to toggle)
properties-maven-plugin 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 220 kB
  • sloc: java: 749; xml: 282; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: java
jdk:
  - openjdk6
  - oraclejdk7
  - oraclejdk8
script: "mvn --show-version --errors --batch-mode clean verify"
cache:
    directories:
    - $HOME/.m2
branches:
    except:
        - gh-pages
notifications:
    email:
        - khmarbaise@apache.org