aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/karalabe/gousb/.travis.yml
blob: 2029cc478e6ef0581d10d018bac35ddd93d13fde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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' ./...