Skip to content

Commit

Permalink
add travis config, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Aug 2, 2016
1 parent e1ab88c commit 020aa0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: go
before_script:
- go vet ./...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ a desktop notification package for Go / golang

[![GoDoc](https://godoc.org/github.com/ctcpip/notifize?status.svg)](http://godoc.org/github.com/ctcpip/notifize)
[![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg)](http://github.com/ctcpip/notifize/releases/latest)
[![Build Status](https://img.shields.io/travis/ctcpip/notifize.svg)](http://travis-ci.org/ctcpip/notifize)
[![Code Climate](https://img.shields.io/codeclimate/github/ctcpip/notifize.svg)](http://codeclimate.com/github/ctcpip/notifize)
[![Issue Count](https://img.shields.io/codeclimate/issues/github/ctcpip/notifize.svg)](http://codeclimate.com/github/ctcpip/notifize/issues)
[![License](https://img.shields.io/badge/license-GNU%20GPLv3-blue.svg)](./LICENSE)
Expand Down

0 comments on commit 020aa0f

Please sign in to comment.