You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
309 B

6 years ago
  1. language: go
  2. go:
  3. - 1.6
  4. - 1.7
  5. - 1.8
  6. - tip
  7. sudo: false
  8. before_install:
  9. - go get github.com/mattn/goveralls
  10. install:
  11. - go get
  12. - go build
  13. script:
  14. - make test
  15. - $HOME/gopath/bin/goveralls -service=travis-ci -ignore=vendor/
  16. matrix:
  17. allow_failures:
  18. - go: 1.6
  19. - go: 1.7
  20. - go: tip