File: .travis.yml

package info (click to toggle)
plexus-compiler 2.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,012 kB
  • sloc: java: 6,809; xml: 590; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: java
jdk:

  - oraclejdk8
  - oraclejdk9
  - openjdk7
  
script: "mvn --show-version --errors --batch-mode clean verify -DredirectTestOutputToFile=false"

cache:
    directories:
    - $HOME/.m2
branches:
    except:
        - gh-pages
notifications:
    email:
        - olamy@apache.org