Skip to content

Commit e8586e9

Browse files
committed
build/test: adds travis' config file and also adds the build badge in the readme
1 parent 0e27a17 commit e8586e9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: go
2+
go:
3+
- 1.7
4+
- tip

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# watcher
2+
3+
[![Build Status](https://travis-ci.org//radovskyb/watcher.svg?branch=master)](https://travis-ci.org//radovskyb/watcher)
4+
25
`watcher` is a simple Go package for watching files or directory changes.
36

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

0 commit comments

Comments
 (0)