Explorar o código

Delete .travis.yml

silenceper %!s(int64=6) %!d(string=hai) anos
pai
achega
3360ee7752
Modificáronse 1 ficheiros con 0 adicións e 20 borrados
  1. 0 20
      .travis.yml

+ 0 - 20
.travis.yml

@@ -1,20 +0,0 @@
-language: go
-
-go:
-  - 1.13.x
-  - 1.12.x
-  - 1.11.x
-  - 1.10.x
-
-services:
-  - memcached
-  - redis-server
-
-before_script:
-  - GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
-  - go get golang.org/x/lint/golint
-    
-script:
-  - go test -v -race ./...
-  - go vet ./...
-  - golint -set_exit_status $(go list ./...)