Skip to content

Commit

Permalink
Added travisCI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Sep 17, 2018
1 parent 1801b35 commit 64d04d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Cute disposible email
# Cute disposible email - served by a kitten

[![Build Status](https://travis-ci.org/uilicious/inboxkitten.svg?branch=master)](https://travis-ci.org/uilicious/inboxkitten)
5 changes: 4 additions & 1 deletion cli/src/inboxkitten.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {
}

//
// Processing of list command
// Processing of LIST command
//
if listCommand.Parsed() {
var listArgs = listCommand.Args();
Expand All @@ -139,6 +139,9 @@ func main() {
fmt.Println( jsonPrettifier( string(body) ) );
}

//
// Processing of GET command
//
if getCommand.Parsed() {
var getArgs = getCommand.Args();
if len(getArgs) <= 1 {
Expand Down

0 comments on commit 64d04d5

Please sign in to comment.