Merge branch 'add-travis-ci' of github.com:chenrui333/cheat into chenrui333-add-travis-ci

This commit is contained in:
Chris Lane 2019-10-28 19:41:23 -04:00
commit 8d532bcdee
2 changed files with 8 additions and 1 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: go
go:
- 1.13.x

View File

@ -1,5 +1,8 @@
cheat
=====
[![Build Status](https://travis-ci.com/cheat/cheat.svg?branch=master)](https://travis-ci.com/cheat/cheat)
`cheat` allows you to create and view interactive cheatsheets on the
command-line. It was designed to help remind \*nix system administrators of
options for commands that they use frequently, but not frequently enough to
@ -22,7 +25,7 @@ cheat tar
You will be presented with a cheatsheet resembling the following:
```sh
# To extract an uncompressed archive:
# To extract an uncompressed archive:
tar -xvf '/path/to/foo.tar'
# To extract a .gz archive: