aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/karalabe/hid/.travis.yml
blob: 54c6bbdb42d103040de463cab4c2ed1fc0576a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: go

matrix:
  include:
    - os: linux
      dist: trusty
      go: 1.5.x
    - os: linux
      dist: trusty
      go: 1.6.x
    - os: linux
      dist: trusty
      go: 1.7.x
    - os: linux
      dist: trusty
      go: 1.8.x
    - os: linux
      dist: trusty
      go: 1.9.x
    - os: linux
      dist: precise
      go: 1.9.x
    - os: linux
      dist: precise
      go: 1.10.x
    - os: osx
      go: 1.10.x

script:
  - go install ./...
  - go test -v ./...