diff options
author | Michael Vogt <mvo@ubuntu.com> | 2016-03-09 09:41:36 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2016-03-09 09:43:55 +0100 |
commit | 8aeac57c0dedc268d3898040dba97543bc109178 (patch) | |
tree | caa0881107c2f76d6f5ebf33cb54ae99804d4636 /README.md | |
parent | Fixing example with go-xgettext. (diff) | |
download | gotext-8aeac57c0dedc268d3898040dba97543bc109178.tar.gz gotext-8aeac57c0dedc268d3898040dba97543bc109178.tar.xz |
add travis.yml
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |