From 472e1f84f5a39ccc6925d6f2e73b98d8e4e8667f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 27 Oct 2019 18:31:16 -0400 Subject: [PATCH 1/2] Add travis-ci --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f0bba20 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go + +go: + - 1.13.x From 1a8345f326d57b8d44e75dc2d87408bd70d908a5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 27 Oct 2019 18:44:44 -0400 Subject: [PATCH 2/2] Add travis build badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f17c9..6868bc3 100644 --- a/README.md +++ b/README.md @@ -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: