Codebase list golang-github-mitchellh-mapstructure / v1.3.1 .travis.yml
v1.3.1

Tree @v1.3.1 (Download .tar.gz)

.travis.yml @v1.3.1raw · history · blame

1
2
3
4
5
6
7
8
9
language: go

go:
  - "1.14.x"
  - tip

script:
  - go test
  - go test -bench . -benchmem