mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Travis CI config
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.1
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get -v ./...
|
||||
- go get github.com/stretchr/testify
|
||||
@@ -1,4 +1,4 @@
|
||||
Inbucket
|
||||
Inbucket [](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.
|
||||
|
||||
Reference in New Issue
Block a user