Skip to content

Commit

Permalink
updated for Coverity scan
Browse files Browse the repository at this point in the history
  • Loading branch information
petrs committed Aug 12, 2014
1 parent f663dce commit f368b51
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
language: java
jdk:
- oraclejdk7

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: "e73sqDM9emSib7nkGpAgRh2aJO++TWVHfJYWtmgOXXekg2tU4Z5lbqdviGX/MFQsjd6KTd92qOCcvmExEuPfD6ThuP0WSt3lzGdeBkwLq9fn4xGgEVRp+wrMBSu/jI4qdUNjYVJzvSsog1H0WMqPwG7iRxjSN5ZV2HaDwvV6kMA="

addons:
coverity_scan:
project:
name: "petrs/JCAlgTest"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: ""
build_command: "ant compile"
branch_pattern: master

0 comments on commit f368b51

Please sign in to comment.