Fix travis build

This commit is contained in:
Kagami Hiiragi 2019-03-17 19:29:20 +03:00
parent 678f117ef6
commit d19ac0d2e1
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ addons:
- sourceline: "ppa:jonathonf/ffmpeg-4"
packages:
- libaom-dev
script: go test -v ./...
script: make build test
notifications:
email:
on_success: never

View File

@ -5,10 +5,10 @@ all: build
precommit: gofmt-staged
build:
go get github.com/Kagami/go-avif/...
go get ./...
gofmt:
go fmt github.com/Kagami/go-avif/...
go fmt ./...
gofmt-staged:
./gofmt-staged.sh