From c9aa1e5ee0dd0a6bf852023100fdbde2b3e5f23a Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 22 Feb 2015 14:09:26 -0500 Subject: [PATCH] Add README.md documentation to Travis As per https://github.com/robbyrussell/oh-my-zsh/issues/2640 --- plugins/travis/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/travis/README.md diff --git a/plugins/travis/README.md b/plugins/travis/README.md new file mode 100644 index 00000000..b3e48825 --- /dev/null +++ b/plugins/travis/README.md @@ -0,0 +1,15 @@ +# Travis + +Adds [`travis`](https://github.com/travis-ci/travis.rb) command line client +completion to allow interfacing with [Travis CI](http://travis-ci.org). + +## INSTALLATION NOTES + +Besides oh-my-zsh, `travis` can be also be used with *bash*, *compsys*, and +*compctl* shells. For installation details, see +https://github.com/travis-ci/travis.rb#installation . + +## USAGE + +See the [command line client](https://github.com/travis-ci/travis.rb#command-line-client) +instructions for usage of `travis`.