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
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ language: java
jdk:
- openjdk7

script: mvn cobertura:cobertura coveralls:report -DrepoToken=$repoToken
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: "WqyQFAvgyEnZ4bw5tNzPAsHKcINXMHJlFOqw9eNDepjoUSFLBfaQ9FgZPfliEMgnUwwrva3wQBMoTQoo9/auCyODFoIGFvSE1ozR9eExEqep7EaBUZLcXoQLGuSERLFjdw+SKI/fivbg/qxa5MTmrmDh+lkhICN68iaU3Et0DuQ="

deploy:
provider: heroku
api_key: $herokuToken
app: movie-table
addons:
coverity_scan:
project:
name: "gkiko/MovieTable"
description: "Provide web service to acquire movie http stream by imdb id"
notification_email: gkiko10@freeuni.edu.ge
build_command_prepend: "mvn clean"
build_command: "mvn test package"
branch_pattern: coverity_scan