2
0

remove travis.yml, update badges, use drone.io for builds

This commit is contained in:
Nate Finch
2014-06-27 06:18:34 -04:00
parent 3aa94be380
commit cbb980c246
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,3 +0,0 @@
language: go
install: go get -d -t -v github.com/natefinch/lumberjack
+1 -1
View File
@@ -1,4 +1,4 @@
# lumberjack [![GoDoc](https://godoc.org/github.com/natefinch/lumberjack?status.png)](https://godoc.org/github.com/natefinch/lumberjack) [![Build Status](https://travis-ci.org/natefinch/lumberjack.png)](https://travis-ci.org/natefinch/lumberjack)
# lumberjack [![GoDoc](https://godoc.org/gopkg.in/natefinch/lumberjack.v2?status.png)](https://godoc.org/github.com/natefinch/lumberjack) [![Build Status](https://drone.io/github.com/natefinch/lumberjack/status.png)](https://drone.io/github.com/natefinch/lumberjack/latest)
### Lumberjack is a Go package for writing logs to rolling files.