forked from senbox-org/s2tbx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
32 lines (24 loc) · 828 Bytes
/
.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
language: java
dist: xenial
sudo: false
jdk:
- openjdk8
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: "nn4GGXnlQpRlt4IcgeEgmMKSA4byJu42P2Tf3h7fSnbX4LmacecAXn8Z3gvkSu1RWKbmMAKW3y7I2NASy8npyy4MM2/3a56Wm8TXCH44kndt24V5pXcgsogU/lDDz2wRuoIo371ZUylf6yezf4Dbc1cphxKRazDulxJH3Kp1wKI="
addons:
coverity_scan:
# https://docs.travis-ci.com/user/coverity-scan/
project:
name: "senbox-org/s2tbx"
description: "Build submitted via Travis CI"
notification_email: stb-coverity@thor.si.c-s.fr
#build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true clean compile"
branch_pattern: coverity_scan
install:
- true
script:
- mvn clean install -B -V