summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mitchellh/mapstructure/.travis.yml
blob: 5e31a95a8b8ef27d89c8f3131d2e4fedbf291b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: go

go:
  - "1.14.x"
  - tip

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