Skip to content

Commit

Permalink
adding travis.yml (#1)
Browse files Browse the repository at this point in the history
Adding travis configuration (build & test)
  • Loading branch information
dkijania authored Mar 4, 2019
1 parent 5c6c4e4 commit 78a2f24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: java
jdk: oraclejdk8

cache:
directories:
- $HOME/.m2

install: true
sudo: false
script: mvn clean install

0 comments on commit 78a2f24

Please sign in to comment.