Skip to content

Commit

Permalink
#30 Add simple Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsfrdrch authored and gunnarmorling committed Apr 8, 2019
1 parent 0fbd3fc commit 75fcab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: java
jdk: openjdk11
script: mvn clean package -B -V
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Deptective

[![Build Status](https://img.shields.io/travis/moditect/deptective.svg)](https://travis-ci.org/moditect/deptective)

🕵️ Deptective is a plug-in for the Java compiler (_javac_) that validates the dependencies
amongst a project's packages against a description of allowed dependences
and fails the compilation when detecting any unintentional dependencies.
Expand Down

0 comments on commit 75fcab2

Please sign in to comment.