-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (24 loc) · 864 Bytes
/
.travis.yml
File metadata and controls
30 lines (24 loc) · 864 Bytes
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
language: java
before_script:
- chmod +x ./check_coverity_authorization.sh
- branch_name=`./check_coverity_authorization.sh`
- echo $branch_name
script: mvn clean package
after_success:
- ant instrument
- mvn test
- ant report-xml
- mvn coveralls:report
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: "KXNj6LOOn8P243UYqFjY+ZPvrI1lGNyqZXSKFRONS+tQ5nvgjX1QdSNUqnCrZPR3wAAtodV2w1j6j4Fg49kQCpA8cZrpC+zSwwUotLymWTUm+YusH5OcH/IFNiHbS3wtZaLcFmzQ6zU3+Y1T7WSOqGKHbdOsFwyrfyYqy0SksQk="
addons:
coverity_scan:
project:
name: "Cognifide/Slice"
description: "Build submitted via Travis CI"
notification_email: maciej.majchrzak@cognifide.com
build_command: "mvn clean package"
branch_pattern: $branch_name