ipld-eth-server/vendor/github.com/wsddn/go-ecdh/.travis.yml
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

12 lines
165 B
YAML

language: go
go:
- 1.2
- tip
install: go get golang.org/x/crypto/curve25519
script:
- go get github.com/tang0th/go-ecdh
- go test github.com/tang0th/go-ecdh