Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,18 @@ script:
- ant clean
- ant debug

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: "zUo2D1qm8B49rQZfQvenlydMO6eWLDlw1zhdTNTzwqJ030ojqI7OCq0u8GJzVkfiqmN07RZHsuGNpjozmNsMgCj8yQkS5+1LXq0ZM4Nz5UOVxQ+KjsEA5XxEWao3Q+wR+YWXfNWlCVXR1INecHhhxF+6SOmPCpEhd7V5Leq3aU8="

addons:
coverity_scan:
project:
name: "owncloud/android"
description: "Build submitted via Travis CI"
notification_email: lukas@owncloud.com
build_command_prepend: "./setup_env.sh gradle && ./gradlew clean"
build_command: "./gradlew build"
branch_pattern: coverity_scan