Update .travis.yml

This commit is contained in:
Zlatko Čalušić
2016-12-30 18:26:11 +01:00
parent 791424a1b7
commit 81171b67cb

View File

@@ -26,7 +26,7 @@ install:
script:
- go install
- go test .
- go test -v .
- go run build.go -v -T
- diff <(goimports -d *.go) <(printf "")