summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/.travis.yml')
-rw-r--r--vendor/github.com/d5/tengo/.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/d5/tengo/.travis.yml b/vendor/github.com/d5/tengo/.travis.yml
deleted file mode 100644
index 57986ae9..00000000
--- a/vendor/github.com/d5/tengo/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: go
-
-go:
- - "1.12"
-
-install:
- - env GO111MODULE=on go get -u golang.org/x/lint/golint
-
-script:
- - env GO111MODULE=on 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