Merge pull request #27 from moul/fix-travis

Fix travis
This commit is contained in:
Manfred Touron 2016-12-21 10:50:17 +01:00 committed by GitHub
commit 7d8a132834

View File

@ -3,7 +3,6 @@ go: 1.7.x
install:
- wget https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/.travis/install-protoc.sh && chmod +x install-protoc.sh && ./install-protoc.sh 3.1.0
- go get github.com/gogo/protobuf/protoc-gen-gogo
- go get ./...
script:
- make install
- make test