summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-pg/pg/v10/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-pg/pg/v10/.travis.yml')
-rw-r--r--vendor/github.com/go-pg/pg/v10/.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/go-pg/pg/v10/.travis.yml b/vendor/github.com/go-pg/pg/v10/.travis.yml
deleted file mode 100644
index 6db22a449..000000000
--- a/vendor/github.com/go-pg/pg/v10/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-dist: xenial
-language: go
-
-addons:
- postgresql: '9.6'
-
-go:
- - 1.14.x
- - 1.15.x
- - tip
-
-matrix:
- allow_failures:
- - go: tip
-
-go_import_path: github.com/go-pg/pg
-
-before_install:
- - psql -U postgres -c "CREATE EXTENSION hstore"
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s --
- -b $(go env GOPATH)/bin v1.28.3