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" - sourceline: "ppa:jonathonf/ffmpeg-4"
packages: packages:
- libaom-dev - libaom-dev
script: go test -v ./... script: make build test
notifications: notifications:
email: email:
on_success: never on_success: never

View File

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