Adding Travis CI support

This commit is contained in:
Zach Dziura 2015-04-28 14:54:30 +00:00
parent 3aeaf8467e
commit 7ef5a2ceb8
2 changed files with 2 additions and 1 deletions

1
.travis.yml Normal file
View file

@ -0,0 +1 @@
language: rust

View file

@ -142,7 +142,7 @@ fn help() {
To Do 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. manually.
- [ ] Also create helper functions for defining the description section of the `--help` output. - [ ] 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 - [ ] Refactor the `ErrorKind` enum into a struct that is able to represent more complex data (such