Add travis config
This commit is contained in:
parent
dcab87ba30
commit
678f117ef6
|
@ -0,0 +1,13 @@
|
|||
dist: xenial
|
||||
language: go
|
||||
go: stable
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: "ppa:jonathonf/ffmpeg-4"
|
||||
packages:
|
||||
- libaom-dev
|
||||
script: go test -v ./...
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
Loading…
Reference in New Issue