Travis: Check gofmt of all files

This commit is contained in:
Hraban Luyat 2018-03-30 19:09:17 +01:00
parent ffc1be2bfb
commit 1edf20bdd0

View file

@ -6,5 +6,9 @@ dist: trusty
sudo: required
before_install:
- sudo apt-get update
- sudo apt-get install pkg-config libopus-dev libopusfile-dev
- sudo apt-get update
- sudo apt-get install pkg-config libopus-dev libopusfile-dev moreutils
script:
- gofmt -l . | tee /dev/stderr | ifne false
- go test -v ./...