aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/karalabe/hid/.travis.yml
blob: 18b20676a1bb9dfb38311490f8d8340a593c8e57 (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
language: go

matrix:
  include:
    - os: linux
      dist: trusty
      go: 1.5.4
    - os: linux
      dist: trusty
      go: 1.6.2
    - os: linux
      dist: trusty
      go: 1.7.5
    - os: linux
      dist: trusty
      go: 1.8
    - os: linux
      dist: precise
      go: 1.8
    - os: osx
      go: 1.8

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