From a25bf47d1cfc0721937e3a6df785378965097a54 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Wed, 15 Apr 2015 16:26:09 -0400 Subject: [PATCH] Triggering a build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 706d703..057a7ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ rust-imap IMAP Client for Rust This client has SSL support. SSL is configured using an SSLContext that is passed into the connect method of a IMAPStream. If no SSL -support is wanted just pass in None. The library rust-openssl is used to support SSL for this project. +support is wanted just pass in None. The library rust-openssl is used to support SSL for this project. [![Build Status](https://travis-ci.org/mattnenterprise/rust-imap.svg)](https://travis-ci.org/mattnenterprise/rust-imap)