[tor-commits] [snowflake/master] Remove Makefile
arlo at torproject.org
arlo at torproject.org
Thu Jan 19 01:24:30 UTC 2017
commit 2fd691c49068368f64049402165bd9cc81ae0d0b
Author: Arlo Breault <arlolra at gmail.com>
Date: Wed Jan 18 16:58:16 2017 -0800
Remove Makefile
---
.travis.yml | 5 +++--
Makefile | 5 -----
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2cc861b..d5648b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0608eca..0000000
--- a/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-.SILENT: check
-.PHONY: check
-check:
- ! gofmt -l . 2>&1 | read
- go vet ./broker ./client ./server ./server-webrtc
More information about the tor-commits
mailing list