Codebase list golang-github-mitchellh-mapstructure / db228931-32ff-440e-95fd-d70878ec89fd/main .travis.yml
db228931-32ff-440e-95fd-d70878ec89fd/main

Tree @db228931-32ff-440e-95fd-d70878ec89fd/main (Download .tar.gz)

.travis.yml @db228931-32ff-440e-95fd-d70878ec89fd/mainraw · 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