forked from cerc-io/plugeth
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' ./...
|