mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-25 09:05:29 +00:00
32 lines
475 B
YAML
32 lines
475 B
YAML
|
language: go
|
||
|
|
||
|
matrix:
|
||
|
include:
|
||
|
- os: linux
|
||
|
dist: trusty
|
||
|
go: 1.5.x
|
||
|
- os: linux
|
||
|
dist: trusty
|
||
|
go: 1.6.x
|
||
|
- os: linux
|
||
|
dist: trusty
|
||
|
go: 1.7.x
|
||
|
- os: linux
|
||
|
dist: trusty
|
||
|
go: 1.8.x
|
||
|
- os: linux
|
||
|
dist: trusty
|
||
|
go: 1.9.x
|
||
|
- os: linux
|
||
|
dist: precise
|
||
|
go: 1.9.x
|
||
|
- os: linux
|
||
|
dist: precise
|
||
|
go: 1.10.x
|
||
|
- os: osx
|
||
|
go: 1.10.x
|
||
|
|
||
|
script:
|
||
|
- go install ./...
|
||
|
- go test -v ./...
|