mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 13:41:24 +00:00
13 lines
166 B
YAML
13 lines
166 B
YAML
language: go
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: trusty
|
|
go: 1.7.4
|
|
- os: osx
|
|
go: 1.7.4
|
|
|
|
script:
|
|
- go test -v -test.run='BCD|Parse' ./...
|