forked from stagemonitor/stagemonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
executable file
·33 lines (31 loc) · 1.01 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
language: java
sudo: false
jdk:
- openjdk8
env:
matrix:
- TERM=dumb
global:
- secure: "YQn9t0lo5f1XosuJ7j7bKVHv91WCqruzpIZed+2AxbZyq0e/9aE0GcOydynio3slWZg/b6X/SRg7M52RKPETyc6ZZ72DPVQ1wIb2LkiQ0cTlaxiKqSLgqsVgmZ4lWFgZz9FvF4dHLRx8WKjpqdiy/mQ07TxicUoSqJf2AtuazQs="
- secure: "kYo83ZxCaBdbflliPIboYZW6QR9qBuMK0YrFsrO2DE7MXUZWsJVq1HaRWwv1jIxAojaAggxNay/2xLvkc/JRWnglYXLEqS16yuHFP0mA33Th4w3Wnmy8CDGTVPRaRHZzwtBjGWiMrnBen8BEyVt72qQLXKL8TJV/x4UBVO9cao4="
install:
- ./gradlew assemble --stacktrace
script:
- ./gradlew test
after_success:
- ./gradlew cobertura coveralls
after_failure:
- cat /home/travis/build/stagemonitor/stagemonitor/stagemonitor-*/hs_err_*.log
cache:
directories:
- $HOME/.m2
- $HOME/.gradle
addons:
coverity_scan:
project:
name: "stagemonitor/stagemonitor"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./gradlew clean"
build_command: "./gradlew compileJava"
branch_pattern: coverity