mirror of https://github.com/spf13/afero.git
Adding Travis-CI support
This commit is contained in:
parent
263a98f9ad
commit
11dade3cc0
|
@ -0,0 +1,6 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- tip
|
||||||
|
script:
|
||||||
|
- go test ./...
|
||||||
|
- go build
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A FileSystem Abstraction System for Go
|
A FileSystem Abstraction System for Go
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/spf13/fs.png)](https://travis-ci.org/spf13/fs)
|
[![Build Status](https://travis-ci.org/spf13/afero.png)](https://travis-ci.org/spf13/afero)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue