about summary refs log tree commit diff
path: root/.travis.yml
blob: 382ca506195d6f1473a8eb3b268f662dc3db1e65 (plain) (blame)
1
2
3
4
5
---
language: go
before_script:
  - if [[ -n "$(go fmt ./...)" ]]; then echo 'Run go fmt!' && exit 1; fi
  - go vet ./...