From 7ef5a2ceb81b02a1d3144b002ca66bc9e4c5e150 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 28 Apr 2015 14:54:30 +0000 Subject: [PATCH] Adding Travis CI support --- .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 9072940..2ef2c66 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ fn help() { To Do ----- -- [ ] Create a helper function for generation `--help` output, rather than having the user create it +- [ ] Create a helper function for generating `--help` output, rather than having the user create it manually. - [ ] Also create helper functions for defining the description section of the `--help` output. - [ ] Refactor the `ErrorKind` enum into a struct that is able to represent more complex data (such