language: go
matrix:
include:
- os: linux
dist: trusty
go: 1.7.4
- os: osx
script:
- go test -v -test.run='BCD|Parse' ./...