Updating Travis CI config

Also removing Makefile
This commit is contained in:
Sarah Jamie Lewis 2016-10-02 17:57:59 -07:00
parent 0de7b76cbc
commit f2788c929f
2 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,5 @@
language: go
script: go get github.com/golang/protobuf/proto && go get h12.me/socks && go test -v -cover
go:
- 1.7
- tip
sudo: true

View File

@ -1,9 +0,0 @@
all:
go install github.com/s-rah/go-ricochet
test:
go test -v github.com/s-rah/go-ricochet/...
cover:
go test github.com/s-rah/go-ricochet/... -cover