language: go go: - 1.2 - 1.3 before_script: - go get code.google.com/p/go.tools/cmd/vet script: - bash integration.sh - go vet . notifications: - email: false