Skip to content

Commit

Permalink
added Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 2, 2018
1 parent 3864a78 commit 7081110
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
sudo: false

language: java

jdk: oraclejdk8

cache:
directories:
- $HOME/.m2

install: true

script:
- mvn -f example.parent/pom.xml clean verify -Pjacoco coveralls:report

0 comments on commit 7081110

Please sign in to comment.