.travis.yml 183 B

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