We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79cb4c1 + 26f6157 commit c04a33eCopy full SHA for c04a33e
.travis.yml
@@ -0,0 +1,14 @@
1
+language: go
2
+go:
3
+ - "1.16.x"
4
+
5
+services:
6
+ - docker
7
8
+install: true
9
10
+before_install:
11
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
12
+script:
13
+ - golangci-lint run -v --timeout 5m0s
14
+ - docker-compose build tester && docker-compose run --rm tester go test ./...; docker-compose down
0 commit comments