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