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.
 
 
 

18 lines
231 B

  1. language: go
  2. go_import_path: go.opencensus.io
  3. go:
  4. - 1.11.x
  5. env:
  6. global:
  7. GO111MODULE=on
  8. before_script:
  9. - make install-tools
  10. script:
  11. - make travis-ci
  12. - go run internal/check/version.go # TODO move this to makefile