Browse Source

added godoc and travis icons

Pierre CURTO 10 years ago
parent
commit
6fd11ec8ec
2 changed files with 12 additions and 0 deletions
  1. 9 0
      .travis.yml
  2. 3 0
      README.md

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: go
+
+go:
+  - 1.4
+  - 1.5
+
+script: 
+ - go test -cpu=2
+ - go test -cpu=2 -race

+ 3 - 0
README.md

@@ -1,3 +1,6 @@
+[![godoc](https://godoc.org/github.com/pierrec/lz4?status.png)](https://godoc.org/github.com/pierrec/lz4)
+[![Build Status](https://travis-ci.org/pierrec/lz4.svg?branch=master)](https://travis-ci.org/pierrec/lz4)
+
 # lz4
 # lz4
 LZ4 compression and decompression in pure Go
 LZ4 compression and decompression in pure Go