Adding Travis-CI support - afero - [fork] go afero port for 9front
 (HTM) git clone git@git.drkhsh.at/afero.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 11dade3cc0a30dae87426644efcd2331027e7568
 (DIR) parent 263a98f9add1ad140e74a93aabce8c6559934f2b
 (HTM) Author: spf13 <steve.francia@gmail.com>
       Date:   Sat,  1 Nov 2014 00:25:15 -0400
       
       Adding Travis-CI support
       
       Diffstat:
         A .travis.yml                         |       6 ++++++
         M README.md                           |       2 +-
       
       2 files changed, 7 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       @@ -0,0 +1,6 @@
       +language: go
       +go:
       +  - tip
       +script:
       +  - go test ./...
       +  - go build
 (DIR) diff --git a/README.md b/README.md
       @@ -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