We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08c9875 + affd195 commit 614089cCopy full SHA for 614089c
.travis.yml
@@ -4,3 +4,19 @@ jdk:
4
- oraclejdk7
5
- openjdk7
6
- openjdk6
7
+
8
+env:
9
+ global:
10
+ # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
11
+ # via the "travis encrypt" command using the project repo's public key
12
+ - secure: "GI6yAHDk/yp07g10UPGZ6R+2CavEugL7HGRJODYYbDna864E9BlCdDdmmc0eR8XFyFK6U0YLM2XyksxrJ6xklUKC7loLQvNb31ZHzUYsX3warlo99ELhJHn9QU5sEwuSz2n7AWXlO0gi+29lENYdal6c5vhlmFABdjcSUZ6OUI4="
13
14
+addons:
15
+ coverity_scan:
16
+ project:
17
+ name: "jadler-mocking/jadler"
18
+ description: "Build submitted via Travis CI"
19
+ notification_email: jan.dudek.jr@gmail.com
20
+ build_command_prepend: "mvn clean"
21
+ build_command: "mvn -DskipTests=true compile"
22
+ branch_pattern: master
0 commit comments