summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/.travis.yml
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-03-05 23:08:54 +0100
committerWim <wim@42.be>2019-03-05 23:10:45 +0100
commit325d62b41c03f0530513a4f404cc8d7349b6885b (patch)
treed6f9f2809bdcd3a35b696b412c24cf6f54ddab78 /vendor/github.com/d5/tengo/.travis.yml
parente955a056e2aa4a07c6375315113886b2ee86138c (diff)
downloadmatterbridge-msglm-325d62b41c03f0530513a4f404cc8d7349b6885b.tar.gz
matterbridge-msglm-325d62b41c03f0530513a4f404cc8d7349b6885b.tar.bz2
matterbridge-msglm-325d62b41c03f0530513a4f404cc8d7349b6885b.zip
Update vendor d5/tengo
Diffstat (limited to 'vendor/github.com/d5/tengo/.travis.yml')
-rw-r--r--vendor/github.com/d5/tengo/.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/d5/tengo/.travis.yml b/vendor/github.com/d5/tengo/.travis.yml
new file mode 100644
index 00000000..d545268e
--- /dev/null
+++ b/vendor/github.com/d5/tengo/.travis.yml
@@ -0,0 +1,17 @@
+language: go
+
+go:
+ - 1.9
+
+install:
+ - go get -u golang.org/x/lint/golint
+
+script:
+ - make test
+
+deploy:
+ - provider: script
+ skip_cleanup: true
+ script: curl -sL https://git.io/goreleaser | bash
+ on:
+ tags: true \ No newline at end of file