Skip to content

Commit

Permalink
Modernize README badges
Browse files Browse the repository at this point in the history
Also, add missing Compat dependency to tests
  • Loading branch information
jiahao committed Feb 26, 2015
1 parent 7d3f393 commit 810f370
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[![Build Status](https://travis-ci.org/JuliaLang/GZip.jl.svg)](https://travis-ci.org/JuliaLang/GZip.jl)
# GZip.jl: A Julia interface for gzip functions in zlib

GZip.jl: A Julia interface for gzip functions in zlib
========================================================
[![GZip on julia-release](http://pkg.julialang.org/badges/GZip_release.svg)](http://pkg.julialang.org/?pkg=GZip&ver=release)
[![GZip on julia-nightly](http://pkg.julialang.org/badges/GZip_nightly.svg)](http://pkg.julialang.org/?pkg=GZip&ver=nightly)
[![Build Status](https://travis-ci.org/JuliaLang/GZip.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/GZip.jl)
[![Coverage Status](https://coveralls.io/repos/JuliaLang/GZip.jl/badge.svg)](https://coveralls.io/r/JuliaLang/GZip.jl)

This module provides a wrapper for the gzip related functions of
[zlib](http://zlib.net/>), a free, general-purpose, legally
[zlib](http://zlib.net), a free, general-purpose, legally
unencumbered, lossless data-compression library. These functions
allow the reading and writing of gzip files.

Expand Down Expand Up @@ -35,5 +37,5 @@ close(fh)
```


See the [documentation at ReadTheDocs](https://gzipjl.readthedocs.org/en/latest/)
See the [documentation](https://gzipjl.readthedocs.org/en/latest/)
for additional information.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Compat
using GZip
using Base.Test

Expand Down

0 comments on commit 810f370

Please sign in to comment.