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' ./...