Add travis config

This commit is contained in:
Kagami Hiiragi 2019-03-17 19:21:56 +03:00
parent dcab87ba30
commit 678f117ef6
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -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