diff --git a/.travis.yml b/.travis.yml index 3f5c93a..052b62b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,13 +19,9 @@ stages: jobs: include: - stage: validations - script: mvn clean install -DskipTests=true + script: mvn -B clean install -DskipTests=true name: "Code validations (format, binary compatibilty, whitesource, etc.)" - - stage: test - script: mvn clean test - name: "Run tests for every java" - cache: directories: - "$HOME/.m2/repository" diff --git a/README.md b/README.md index 87eb860..ab93823 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # zchunk-java +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.org/bmhm/zchunk-java.svg?branch=master)](https://travis-ci.org/bmhm/zchunk-java) + zchunk is a compressed file format that splits the file into independent chunks. This allows you to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync.