aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/karalabe/hid/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/karalabe/hid/.travis.yml')
-rw-r--r--vendor/github.com/karalabe/hid/.travis.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/vendor/github.com/karalabe/hid/.travis.yml b/vendor/github.com/karalabe/hid/.travis.yml
new file mode 100644
index 0000000..54c6bbd
--- /dev/null
+++ b/vendor/github.com/karalabe/hid/.travis.yml
@@ -0,0 +1,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 ./...