summaryrefslogtreecommitdiff
path: root/vendor/github.com/quasoft/memstore/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/quasoft/memstore/.travis.yml')
-rw-r--r--vendor/github.com/quasoft/memstore/.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/quasoft/memstore/.travis.yml b/vendor/github.com/quasoft/memstore/.travis.yml
new file mode 100644
index 000000000..902ce91fb
--- /dev/null
+++ b/vendor/github.com/quasoft/memstore/.travis.yml
@@ -0,0 +1,8 @@
+language: go
+sudo: false
+go:
+ - tip
+before_install:
+ - go get github.com/mattn/goveralls
+script:
+ - $GOPATH/bin/goveralls -service=travis-ci \ No newline at end of file