Skip to content

Commit

Permalink
build/test: adds travis' config file and also adds the build badge in…
Browse files Browse the repository at this point in the history
… the readme
  • Loading branch information
ericmdantas committed Oct 2, 2016
1 parent 0e27a17 commit e8586e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: go
go:
- 1.7
- tip
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# watcher

[![Build Status](https://travis-ci.org//radovskyb/watcher.svg?branch=master)](https://travis-ci.org//radovskyb/watcher)

`watcher` is a simple Go package for watching files or directory changes.

`watcher` watches for changes and notifies over channels either anytime an event or an error has occured.
Expand Down

0 comments on commit e8586e9

Please sign in to comment.