Merge pull request #70 from kemitix/prepare/3.5.0

Prepare 3.5.0
This commit is contained in:
Paul Campbell 2018-01-08 22:00:30 +00:00 committed by GitHub
commit 043a926966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b8593e541ba9a11447fa9559a83e5f99097ca4d2 Subproject commit b97def251b784ecc8de6d3cc30d2793ac0bd375e

View file

@ -5,7 +5,7 @@ cache:
directories: directories:
- "$HOME/.m2" - "$HOME/.m2"
install: true install: true
script: "./mvnw clean install" script: "./mvnw --batch-mode --errors --update-snapshots clean install"
after_success: after_success:
- sh .travis-support/coveralls.sh - sh .travis-support/coveralls.sh
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)