.travis.yml 203 B

12345678910111213141516
  1. language: go
  2. notificaitons:
  3. email:
  4. recipients: bluesuncorp01@gmail.com
  5. on_success: change
  6. on_failure: always
  7. before_script:
  8. - go get gopkg.in/check.v1
  9. go:
  10. - 1.2
  11. - 1.3
  12. - 1.4
  13. - tip