.travis.yml 189 B

12345678910111213141516
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.4
  5. - 1.5
  6. - 1.6
  7. - tip
  8. script:
  9. - go get -v github.com/smartystreets/goconvey
  10. - go test -v -cover -race
  11. notifications:
  12. email:
  13. - u@gogs.io