nmdc-webfrontend/vendor/github.com/googollee/go-engine.io/.travis.yml

8 lines
135 B
YAML

language: go
go: 1.5
install:
- go get "github.com/smartystreets/goconvey/convey"
- go get -v .
script:
- go test -race -v ./...