Skip to content

Commit

Permalink
travis cleanup, badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed May 18, 2019
1 parent 0758a21 commit 26eb1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 26eb1bf

Please # to comment.