language: go go: - 1.3 - 1.4 before_install: - go get -u github.com/golang/lint/golint before_script: - '! gofmt -s -l . | read' - golint ./...