Update vendor for all new features

This commit is contained in:
Nicholas Thompson
2020-06-15 14:05:59 +02:00
parent 934c629a41
commit 1840fae1aa
551 changed files with 269828 additions and 3 deletions

14
vendor/github.com/tarm/serial/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,14 @@
sudo: false
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- tip
env:
- GOOS=linux CGO=1
- GOOS=linux CGO=0
- GOOS=linux GOARCH=arm
- GOOS=linux GOARCH=mips
- GOOS=linux GOARCH=mipsle
- GOOS=windows GOARCH=386