Adding Travis CI support
This commit is contained in:
parent
3aeaf8467e
commit
7ef5a2ceb8
2 changed files with 2 additions and 1 deletions
1
.travis.yml
Normal file
1
.travis.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
language: rust
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue