Specify path to mingw make

This commit is contained in:
lukasmartinelli
2016-11-03 13:29:14 +01:00
parent b1af4917e5
commit 009f4e105d

View File

@@ -27,7 +27,7 @@ install:
build_script:
- go vet ./...
- gofmt -s -l .
- mingw32-make.exe
- C:\MinGW\bin\mingw32-make.exe
# to disable automatic tests
test: off