Adding Travis-CI support

This commit is contained in:
spf13 2014-11-01 00:25:15 -04:00
parent 263a98f9ad
commit 11dade3cc0
2 changed files with 7 additions and 1 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: go
go:
- tip
script:
- go test ./...
- go build

View File

@ -2,7 +2,7 @@
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