aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos <jose.carlos@menteslibres.net>2016-06-02 04:47:03 -0500
committerJosé Carlos <jose.carlos@menteslibres.net>2016-06-02 04:47:03 -0500
commit305f360aee30243660f32600b87c3c1eaa947187 (patch)
treecaa0881107c2f76d6f5ebf33cb54ae99804d4636
parentFixing example with go-xgettext. (diff)
parentadd travis.yml (diff)
downloadgotext-305f360aee30243660f32600b87c3c1eaa947187.tar.gz
gotext-305f360aee30243660f32600b87c3c1eaa947187.tar.xz
Merge pull request #10 from mvo5/feature/travis
add travis.yml
-rw-r--r--.travis.yml7
-rw-r--r--README.md5
2 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e33be0b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: go
+
+install:
+ - go get -t -v ./...
+
+script:
+ - go test -v ./...
diff --git a/README.md b/README.md
index d7272cb..3cfc61b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[![Build Status][travis-image]][travis-url]
# gosexy/gettext
Go bindings for [GNU gettext][1], an internationalization and localization
@@ -105,3 +106,7 @@ And here's a [good tutorial][2] on using gettext.
[1]: http://www.gnu.org/software/gettext/
[2]: http://oriya.sarovar.org/docs/gettext_single.html
+
+
+[travis-image]: https://travis-ci.org/gosexy/gettext.svg?branch=master
+[travis-url]: https://travis-ci.org/gosexy/gettext