From 105f7e279f322cbce0d7aeb8c898f3295ef55769 Mon Sep 17 00:00:00 2001 From: edunham Date: Tue, 9 Jun 2015 17:13:06 -0700 Subject: [PATCH] add a readme with the travis badge in it --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..10a38fb6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Servo's SaltStack Configuration + +[![Build Status](https://travis-ci.org/servo/saltfs.svg)](https://travis-ci.org/servo/saltfs) + +## What's going on? + +Salt is a configuration management tool that we use to automate Servo's +infrastructure. See [the +tutorials](http://docs.saltstack.com/en/latest/topics/tutorials/) to get +started. + +## Contributing + +There are guides for some tasks available on [the +wiki](https://github.com/servo/saltfs/wiki). If you see a way that these +configurations could be improved, or try to set up your own intsance and run +into trouble, file [an issue](https://github.com/servo/saltfs/issues/new)! + +## Travis + +TravisCI is set up to test these configurations as described +[here](https://lambdaops.com/automation/travis/travis%20ci/configuration%20management/continuous%20integration/salt/chef/saltstack/salt%20stack/2014/01/29/travis-for-salt-states/).