Skip to content

Commit 38b9d07

Browse files
committed
appveyor: Removed the go deps installation
1 parent 7a114b3 commit 38b9d07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ clone_folder: c:\gopath\src\github.com\exercism\cli
55

66
environment:
77
GOPATH: c:\gopath
8+
GO111MODULE: on
89

910
init:
1011
- git config --global core.autocrlf input
@@ -14,8 +15,6 @@ install:
1415
- echo %GOPATH%
1516
- go version
1617
- go env
17-
- go get -u github.com/golang/dep/...
18-
- c:\gopath\bin\dep.exe ensure
1918

2019
build_script:
2120
- go test -cover ./...

0 commit comments

Comments
 (0)