From c2911ab96a2b2459333029dde3728bfb5847ef04 Mon Sep 17 00:00:00 2001 From: Ben S Date: Fri, 12 Dec 2014 15:04:24 +0000 Subject: [PATCH] Add Travis integ. --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..22761ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: rust diff --git a/README.md b/README.md index efc1e20..ab6fa92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rust-users +# rust-users [![Build Status](https://travis-ci.org/ogham/rust-users.svg?branch=master)](https://travis-ci.org/ogham/rust-users) This is a library for getting information on Unix users and groups.