misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-08 21:09:12 +02:00
parent ef96a0ae1a
commit e087856432
Failed to generate hash of commit

View file

@ -14,11 +14,8 @@ before_install:
- export PATH=$PATH:/tmp/protoc/bin/
- go get github.com/golang/protobuf/protoc-gen-go
- go get -v github.com/Masterminds/glide
- make protocol
- make deps
install:
- make daemon/daemon
script:
- sudo ./daemon/daemon -h
- make protocol
- make deps
- make daemon/daemon