Remove Makefile

This commit is contained in:
Arlo Breault 2017-01-18 16:58:16 -08:00
parent 58d2854bbd
commit 2fd691c490
2 changed files with 3 additions and 7 deletions

View file

@ -30,8 +30,9 @@ install:
- popd
script:
- make check
- go test -v -race ./broker ./client
- test -z "$(go fmt ./...)"
- go vet ./...
- go test -v -race ./...
- cd proxy
- npm run-script lint
- npm test