.travis.yml 213 B

123456789101112131415
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.4.x
  5. - 1.5.x
  6. - 1.6.x
  7. - 1.7.x
  8. - 1.8.x
  9. - master
  10. script:
  11. - go get golang.org/x/tools/cmd/cover
  12. - go get github.com/smartystreets/goconvey
  13. - go test -v -cover -race