From 11dade3cc0a30dae87426644efcd2331027e7568 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 1 Nov 2014 00:25:15 -0400 Subject: [PATCH] Adding Travis-CI support --- .travis.yml | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2fb68ca --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: go +go: + - tip +script: + - go test ./... + - go build diff --git a/README.md b/README.md index 276af7a..4162335 100644 --- 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