9 lines
87 B
YAML
9 lines
87 B
YAML
language: go
|
|
|
|
before_install:
|
|
- sudo apt-get install libv4l-dev
|
|
|
|
go:
|
|
- tip
|
|
- 1.9
|