aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2016-03-09 09:41:36 +0100
committerMichael Vogt <mvo@ubuntu.com>2016-03-09 09:43:55 +0100
commit8aeac57c0dedc268d3898040dba97543bc109178 (patch)
treecaa0881107c2f76d6f5ebf33cb54ae99804d4636 /.travis.yml
parentFixing example with go-xgettext. (diff)
downloadgotext-8aeac57c0dedc268d3898040dba97543bc109178.tar.gz
gotext-8aeac57c0dedc268d3898040dba97543bc109178.tar.xz
add travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 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 ./...