andrewsbrown | 9145a86 | 2015-08-17 17:59:11 +0100 | [diff] [blame] | 1 | language: java |
Alexander Afanasyev | 8e9330f | 2016-01-25 19:13:40 -0800 | [diff] [blame] | 2 | jdk: |
| 3 | - oraclejdk7 |
Barry Pivitt | 6a99b01 | 2016-02-25 16:42:23 -0800 | [diff] [blame] | 4 | env: |
| 5 | global: |
| 6 | # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created |
| 7 | # via the "travis encrypt" command using the project repo's public key |
| 8 | - secure: "o0r0rGKo4Dp6KJU76aM5WHEexf39Eu76wUKug7XLGtQcyY4FItZFbScDzIUE6MaRsXUMbbE29Td8mfsbm+amHarYxhnpqAGORI1t+R8+hzo5KG0Ja+14W4d3cBu+vUjM45nHi5KM+/GRAyQa4JqgCm4vB/mLuJKhDuGVGzZs5Fk=" |
Alexander Afanasyev | 8e9330f | 2016-01-25 19:13:40 -0800 | [diff] [blame] | 9 | |
Barry Pivitt | 6a99b01 | 2016-02-25 16:42:23 -0800 | [diff] [blame] | 10 | addons: |
| 11 | coverity_scan: |
| 12 | project: |
| 13 | name: "01org/jndn-mock" |
| 14 | description: "Build submitted via Travis CI" |
| 15 | notification_email: andrew.brown@intel.com |
| 16 | build_command_prepend: "mvn clean" |
| 17 | build_command: "mvn -DskipTests=true compile" |
| 18 | branch_pattern: coverity_scan |