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.

.travis.yml 225B

1234567891011121314151617
  1. language: go
  2. go_import_path: go.etcd.io/bbolt
  3. sudo: false
  4. go:
  5. - 1.12
  6. before_install:
  7. - go get -v honnef.co/go/tools/...
  8. - go get -v github.com/kisielk/errcheck
  9. script:
  10. - make fmt
  11. - make test
  12. - make race
  13. # - make errcheck