Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Nov 15, 2017
2 parents 5c2fcfb + 881bbd5 commit 6383bd1
Show file tree
Hide file tree
Showing 51 changed files with 566 additions and 1,033 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
language: java
sudo: false
script: mvn clean verify

language: java
jdk:
- oraclejdk8

install: true

script:
- mvn clean verify

cache:
directories:
- '$HOME/.m2/repository'
Loading

0 comments on commit 6383bd1

Please sign in to comment.