.travis.yml 274 B

1234567891011121314151617
  1. language: go
  2. go:
  3. - 1.3
  4. - 1.4
  5. - 1.5
  6. - 1.6
  7. - 1.7
  8. - 1.8
  9. - tip
  10. notificaitons:
  11. email:
  12. recipients: jason.mcvetta@gmail.com
  13. on_success: change
  14. on_failure: always
  15. before_script:
  16. - go get github.com/bmizerany/assert
  17. - go get github.com/jmcvetta/randutil