forked from jadler-mocking/jadler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (20 loc) · 719 Bytes
/
.travis.yml
File metadata and controls
22 lines (20 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
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: "GI6yAHDk/yp07g10UPGZ6R+2CavEugL7HGRJODYYbDna864E9BlCdDdmmc0eR8XFyFK6U0YLM2XyksxrJ6xklUKC7loLQvNb31ZHzUYsX3warlo99ELhJHn9QU5sEwuSz2n7AWXlO0gi+29lENYdal6c5vhlmFABdjcSUZ6OUI4="
addons:
coverity_scan:
project:
name: "jadler-mocking/jadler"
description: "Build submitted via Travis CI"
notification_email: jan.dudek.jr@gmail.com
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile"
branch_pattern: master