Codebase list golang-github-mitchellh-mapstructure / 32ba32df-4582-41fc-84a1-4fe3660662a8/main .travis.yml
32ba32df-4582-41fc-84a1-4fe3660662a8/main

Tree @32ba32df-4582-41fc-84a1-4fe3660662a8/main (Download .tar.gz)

.travis.yml @32ba32df-4582-41fc-84a1-4fe3660662a8/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