Files
opencloud/vendor/github.com/cevaris/ordered_map/.travis.yml
2023-04-19 20:24:34 +02:00

20 lines
146 B
YAML

---
language: go
go:
- tip
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
install:
- make
- make test