Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsubhas committed Nov 8, 2018
1 parent a51e33c commit 1d05947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ branches:

environment:
GOPATH: C:\gopath
GO111MODULE: "on"
matrix:
- environment:
GOVERSION: 1.8
GOVERSION: 1.11

install:
- set PATH=%GOPATH%\bin;C:\go\bin;%WINDIR%;%WINDIR%\System32;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin
- go version
- go env
- sh c:\gopath\src\github.com\goeuro\myke\bin\init.sh

build_script:
- gofmt -d -s -e . 2>&1 | tee -a fmt.out
- test ! -s fmt.out
- golint -set_exit_status .
- go run github.com/golang/lint/golint -set_exit_status .
- go test -timeout 10s -v ./...

0 comments on commit 1d05947

Please sign in to comment.