fulldump/goconfig

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: go

go:
  - 1.5
  - 1.6
  - 1.7
  - 1.8
  - 1.9
  - "1.10"
  - "1.11"
  - "1.12"
  - "1.13"
  - "1.14"
  - "1.15"
  - "1.16"
  - "1.17"

script:
 - make setup && make test