mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
fb3d2ff6fe
* Introduce `dep`, the dependency vendoring tool. Use commits from `go-ethereum@release/1.7` for most of the dependencies. * Update dependencies.
26 lines
364 B
YAML
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 ./...
|