summary refs log tree commit diff stats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 39e18d8..7732a16 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,12 +8,6 @@ environment:
   GOPATH: c:\go
   GO111MODULE: on
 
-test:
-  - cd c:\go\src\github.com\getwtxt\registry
-  - go vet .
-  - golint .
-  - go test -v
-
 build:
   - cd c:\go\src\github.com\getwtxt\registry
   - go build -v