.travis.yml 175 B

123456789101112131415
  1. language: go
  2. go:
  3. - 1.2
  4. - 1.3
  5. before_script:
  6. - go get code.google.com/p/go.tools/cmd/vet
  7. script:
  8. - bash integration.sh
  9. - go vet .
  10. notifications:
  11. - email: false