Jelajahi Sumber

Merge pull request #72 from gogolok/travis_ci_support

Travis CI support.
Gustavo Niemeyer 11 tahun lalu
induk
melakukan
ee2f4956ea
2 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 5 0
      .travis.yml
  2. 2 0
      README.md

+ 5 - 0
.travis.yml

@@ -0,0 +1,5 @@
+language: go
+
+go:
+  - 1.3
+  - tip

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # YAML support for the Go language
 
+[![Build Status](https://travis-ci.org/go-yaml/yaml.svg?branch=travis_ci_support)](https://travis-ci.org/go-yaml/yaml)
+
 Introduction
 ------------