Skip to content

Commit

Permalink
Graphviz packaged added for build
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Nov 25, 2017
1 parent b79d467 commit 0c4b322
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -3,7 +3,11 @@ language: java
jdk:
- oraclejdk8

# Graphviz: see https://docs.travis-ci.com/user/multi-os/
addons:
apt:
packages:
- graphviz
sonarcloud:
organization: "oboehm-github"
token:
Expand All @@ -12,6 +16,11 @@ addons:
- master
- develop

# this tip is from https://docs.travis-ci.com/user/multi-os/
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install graphviz; fi

script:
- mvn -Pdoc clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -B

Expand Down

0 comments on commit 0c4b322

Please sign in to comment.