1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-24 08:57:03 -05:00
forgejo/vendor/github.com/mitchellh/mapstructure/.travis.yml
2020-09-01 10:01:23 -04:00

9 lines
91 B
YAML
Vendored

language: go
go:
- "1.14.x"
- tip
script:
- go test
- go test -bench . -benchmem