forked from asynkron/protoactor-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
24 lines (23 loc) · 923 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: go
before_install:
- go get -v github.com/golang/lint/golint
- go get github.com/AsynkronIT/gonet
- go get github.com/AsynkronIT/goconsole
- go get github.com/Workiva/go-datastructures
- go get github.com/hashicorp/memberlist
- go get github.com/hashicorp/consul/api
- go get github.com/serialx/hashring
- go get github.com/couchbase/gocb
- go get github.com/emirpasic/gods/sets/hashset
- go get github.com/emirpasic/gods/stacks/linkedliststack
- go get github.com/stretchr/testify/assert
- go get github.com/orcaman/concurrent-map
- go get github.com/gogo/protobuf/proto
- go get github.com/gogo/protobuf/protoc-gen-gogo
- go get github.com/gogo/protobuf/gogoproto
- go get github.com/gogo/protobuf/protoc-gen-gofast
- go get google.golang.org/grpc
- go get github.com/gogo/protobuf/protoc-gen-gogoslick
- go get github.com/chzyer/readline
script:
- go test ./... -short