-
Notifications
You must be signed in to change notification settings - Fork 40
/
.travis.yml
44 lines (43 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "NL/phgmDhcrvMZ5FO6IOkwxJXZmOtNLFf9cFPEeY0Ei0PawSvCH4MiqF2eZdsf+pP0VpQqitTqDgrRPCGWqDdzCVGvbpPYWsV+T1iFEeX1b3FDaSgpjLg1CGVqbtgmOeap1UYVu0cmfDg2lZe/7ncNDTIjAwiXKAW4EaLJXBklA="
dist: trusty
sudo: false
language: java
jdk:
- oraclejdk8
- openjdk8
cache:
directories:
- .autoconf
- $HOME/.m2
branches:
only:
- master
- dev
- coverity_scan
install: /bin/true
script:
- "mvn clean install"
- "cd rdfunit-webdemo"
- "mvn clean install"
- "cd .."
after_success:
- mvn clean cobertura:cobertura jacoco:report coveralls:report
notifications:
email:
recipients:
on_success: change
on_failure: change
addons:
coverity_scan:
project:
name: "AKSW/RDFUnit"
description: "RDFUnit Unit Testing suite"
notification_email: [email protected]
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile"
branch_pattern: coverity_scan