We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce45b73 commit 3f65af2Copy full SHA for 3f65af2
2 files changed
.travis.yml
@@ -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
@@ -2,7 +2,7 @@
a Go package to interact with arbitrary YAML, similar as [go-simplejson](https://github.com/bitly/go-simplejson).
-[](http://godoc.org/github.com/smallfish/simpleyaml)
+[](http://godoc.org/github.com/smallfish/simpleyaml) [](https://travis-ci.org/smallfish/simpleyaml)
#### INSTALL
0 commit comments