3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-12 19:50:40 +01:00
ergo/.travis.yml

9 lines
61 B
YAML
Raw Normal View History

2017-07-25 16:54:34 -04:00
language: go
2018-05-23 17:56:29 -04:00
go:
2019-02-26 14:53:33 -05:00
- "1.12.x"
2018-05-23 17:56:29 -04:00
script:
- make
- make test