Skip to content

Commit 7c349e5

Browse files
remove old Go's from travis, update README
1 parent c514b29 commit 7c349e5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: go
22

33
go:
4-
- 1.0
5-
- 1.1
64
- 1.2
75
- 1.3
86
- 1.4

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
[![Build Status](https://travis-ci.org/KenjiTakahashi/svctl.png?branch=master)](https://travis-ci.org/KenjiTakahashi/svctl)
1+
[![Build Status](https://travis-ci.org/KenjiTakahashi/svctl.png?branch=master)](https://travis-ci.org/KenjiTakahashi/svctl) [![codecov.io](http://codecov.io/github/KenjiTakahashi/svctl/coverage.svg?branch=master)](http://codecov.io/github/KenjiTakahashi/svctl?branch=master)
22

33
**svctl** is an interactive [runit](http://smarden.org/runit/) controller.
44

55
## screenshot
66

7+
![screenshot](https://copy.com/MN0Kz8WIjhYLslie)
8+
79
## installation
810

9-
First, you have to [get Go](http://golang.org/doc/install).
11+
**Note:** Binaries are available for download at [Github Releases](https://github.com/KenjiTakahashi/svctl/releases).
12+
13+
First, you have to [get Go](http://golang.org/doc/install). Note that version >= 1.2 is required.
1014

1115
Then, just
1216

0 commit comments

Comments
 (0)