3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00
ergo/.travis.yml
Shivaram Lingamneni 87960c1454 upgrade to go 1.14
2020-02-09 20:50:05 -05:00

9 lines
61 B
YAML

language: go
go:
- "1.14.x"
script:
- make
- make test