.travis.yml revision ad0b633ade6931f350b9ec745e5599d6afe6d6b3
language: java
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq exuberant-ctags cvs git mercurial cssc bzr subversion monotone rcs
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: "ogP3pxEB4eaXqaS87udCs0g2LFnDfSE1fgCXKu4OJdH8foUN3hnmzlEt+gCYFC6xHGpS5JqMp/vxMoCA7usSqkeqZVdiXIBZbx57Pkq7TNqkfo5zCNSBCbttc3NTP47Rgh75PFox8ZDSMoymkgZzfHVfnK2WDtnH4bMc5fjGNos="
addons:
coverity_scan:
project:
name: "OpenGrok/OpenGrok"
description: "Build submitted via Travis CI"
# build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V compile"