mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
b7c38238bd
Packages added: - golang.org/x/net/context updated - mattn/go-colorable - karalabe/hid - mattn/go-color - go-stack/stack
25 lines
343 B
YAML
25 lines
343 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 ./...
|