Igor Mandrigin fb3d2ff6fe
Introduce the dependency vendoring tool: dep. (#551)
* Introduce `dep`, the dependency vendoring tool.

Use commits from `go-ethereum@release/1.7` for most of the dependencies.

* Update dependencies.
2018-01-25 14:08:43 +01:00

26 lines
364 B
YAML

language: go
matrix:
include:
- os: linux
dist: trusty
go: 1.5.4
- os: linux
dist: trusty
go: 1.6.2
- os: linux
dist: trusty
go: 1.7.5
- os: linux
dist: trusty
go: 1.8
- os: linux
dist: precise
go: 1.8
- os: osx
go: 1.8
script:
- go install ./...
- go test -v ./...