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 - popd
script: script:
- make check - test -z "$(go fmt ./...)"
- go test -v -race ./broker ./client - go vet ./...
- go test -v -race ./...
- cd proxy - cd proxy
- npm run-script lint - npm run-script lint
- npm test - npm test

View file

@ -1,5 +0,0 @@
.SILENT: check
.PHONY: check
check:
! gofmt -l . 2>&1 | read
go vet ./broker ./client ./server ./server-webrtc