diff --git a/.travis.yml b/.travis.yml index 4169c23..09d50f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,8 @@ go: before_script: - go get -v - go build - - ./pwcli + - ./pwcli -h - rm pwcli -# -# before we deploy, we go build for all operating systems we would like to support deploy: - provider: script skip_cleanup: true diff --git a/README.md b/README.md index 00e4447..02a2e4f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PostWoman CLI [![Build Status](https://travis-ci.com/athul/pwcli.svg?token=udLtq6DyJs4Gxpze9nqX&branch=master)](https://travis-ci.com/athul/pwcli) +# PostWoman CLI [![Build Status](https://travis-ci.com/athul/pwcli.svg?token=udLtq6DyJs4Gxpze9nqX&branch=master)](https://travis-ci.com/athul/pwcli)[![Postwoman](https://img.shields.io/badge/Made_for-Postwoman-hex_color_code?logo=Postwoman)](https://postwoman.io) Use Postwoman's CLI direct from your terminal. # Installation @@ -8,7 +8,7 @@ Use Postwoman's CLI direct from your terminal. - Build using `go build` - Move Binary to `/usr/local/bin/` ### From Binary -- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases)page +- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli/releases) page **Supports** - Linux(x64,x86) - Mac(x64)