Skip to content

Commit 3f65af2

Browse files
committed
add travis
1 parent ce45b73 commit 3f65af2

2 files changed

Lines changed: 17 additions & 1 deletion

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+
3+
go:
4+
- 1.5
5+
- 1.6
6+
- 1.7
7+
8+
install:
9+
- go get -v gopkg.in/yaml.v2
10+
- go get -v github.com/smallfish/simpleyaml
11+
12+
script:
13+
- go test -v -cover -race
14+
15+
notifications:
16+
email: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
a Go package to interact with arbitrary YAML, similar as [go-simplejson](https://github.com/bitly/go-simplejson).
44

5-
[![GoDoc](https://godoc.org/github.com/smallfish/simpleyaml?status.svg)](http://godoc.org/github.com/smallfish/simpleyaml)
5+
[![GoDoc](https://godoc.org/github.com/smallfish/simpleyaml?status.svg)](http://godoc.org/github.com/smallfish/simpleyaml) [![Build Status](https://travis-ci.org/smallfish/simpleyaml.png)](https://travis-ci.org/smallfish/simpleyaml)
66

77
#### INSTALL
88

0 commit comments

Comments
 (0)