From 962e99526833fd14492ab99a081c84b1dd049513 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 5 Nov 2013 14:18:58 -0800 Subject: [PATCH] Travis CI config --- .travis.yml | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0b36d36 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: go + +go: + - 1.1 + - tip + +install: + - go get -v ./... + - go get github.com/stretchr/testify diff --git a/README.md b/README.md index 5ca8951..4f553a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Inbucket +Inbucket [![Build Status](https://travis-ci.org/jhillyerd/inbucket.png?branch=master)](https://travis-ci.org/jhillyerd/inbucket) ======== Inbucket is an email testing service; it will accept messages for any email @@ -21,7 +21,7 @@ Read more at the [Inbucket website](http://jhillyerd.github.io/inbucket/). Development Status ------------------ -Inbucket is currently beta quality: it works but is not well tested. +Inbucket is currently release-candidate quality: it is being used for real work. Please check the [issues list](https://github.com/jhillyerd/inbucket/issues?state=open) for more details.