Update vendor for all new features
This commit is contained in:
14
vendor/github.com/tarm/serial/.travis.yml
generated
vendored
Normal file
14
vendor/github.com/tarm/serial/.travis.yml
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user