Skip to content

Commit 103fe34

Browse files
committed
Add travis CI support.
1 parent 6bfeb83 commit 103fe34

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: go
2+
sudo: false
3+
4+
go:
5+
- 1.4.2
6+
- 1.5.1
7+
- 1.6
8+
- tip
9+
10+
matrix:
11+
allow_failures:
12+
- go: tip
13+
14+
script:
15+
- go vet ./...
16+
- go test -v ./...

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Build Status](https://travis-ci.org/beevik/timerqueue.svg?branch=master)](https://travis-ci.org/beevik/timerqueue)
2+
[![GoDoc](https://godoc.org/github.com/beevik/timerqueue?status.svg)](https://godoc.org/github.com/beevik/timerqueue)
3+
14
timerqueue
25
==========
36

0 commit comments

Comments
 (0)